Skip to content

Commit

Permalink
add mention to issue for setting the expanded nnz value
Browse files Browse the repository at this point in the history
  • Loading branch information
superwhiskers committed Jul 10, 2024
1 parent ad9591c commit f855706
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resolve/matrix/Utilities.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ namespace ReSolve
B->setSymmetric(A->symmetric());
B->setNnz(new_rows[n_rows]);
// NOTE: this is necessary because updateData always reads the current nnz from
// this field
// this field. see #176
B->setNnzExpanded(new_rows[n_rows]);
B->setExpanded(true);

Expand Down

0 comments on commit f855706

Please sign in to comment.