Skip to content

Commit

Permalink
Update Matrix_Blocking.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
paolosyloslabini committed Mar 14, 2024
1 parent 1980d20 commit f1c3336
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/general/Matrix_Blocking.cpp
Expand Up @@ -39,6 +39,7 @@ int main(int argc, char* argv[])
bool save_reordered_matrix = true;
if (save_reordered_matrix) {
cmat.reorder(grouping);
outfile.close();
outfile.open(cli.outfile_ + "_reordered.el");
cmat.save_to_edgelist(outfile, " ", true, 0);
}
Expand Down

0 comments on commit f1c3336

Please sign in to comment.