Skip to content

Commit

Permalink
Compress as soon as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Cornu committed Jun 6, 2024
1 parent 61aca57 commit 846364d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nrnoc/treeset.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2025,7 +2025,7 @@ static void nrn_matrix_node_alloc(void) {
}
}
}
// nt->_sparseMat->makeCompressed();
nt->_sparseMat->makeCompressed();
for (in = 0; in < nt->end; ++in) {
Node *nd, *pnd;
Extnode* nde;
Expand Down

0 comments on commit 846364d

Please sign in to comment.