Skip to content

Commit

Permalink
Put back coloring context teardown (idaholab#19197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dschwen authored and yjung-anl committed Oct 28, 2021
1 parent 798300b commit 0c16172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions framework/src/utils/PetscSupport.C
Original file line number Diff line number Diff line change
Expand Up @@ -944,6 +944,7 @@ colorAdjacencyMatrix(PetscScalar * adjacency_matrix,

MatDestroy(&A);
MatColoringDestroy(&mc);
ISColoringDestroy(&iscoloring);
}

void
Expand Down

0 comments on commit 0c16172

Please sign in to comment.