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 committed Oct 27, 2021
1 parent d536c90 commit a394143
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 a394143

Please sign in to comment.