Skip to content

Commit

Permalink
Remove useless local variables
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Oct 29, 2024
1 parent 2f964f1 commit dc05254
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/nrnoc/extcelln.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,6 @@ void nrn_setup_ext(NrnThread* _nt) {
Extnode* pnde = pnd->extnode;
/* axial connections */
if (pnde) { /* parent sec may not be extracellular */
OcSparseMatrix& m = *_nt->_sp13mat;
int index = nd->eqn_index_;
int parent_index = pnd->eqn_index_;
for (j = 0; j < nrn_nlayer_extracellular; ++j) {
*m.mep(index + j, index + j) -= nde->_b[j];
Expand Down

0 comments on commit dc05254

Please sign in to comment.