Skip to content

Commit

Permalink
Free allocated MatrixPrec (kokkos#2407)
Browse files Browse the repository at this point in the history
Let's set a good example in our examples

Signed-off-by: Carl Pearson <[email protected]>
  • Loading branch information
cwpearson authored Oct 30, 2024
1 parent 49188b9 commit 13115c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/gmres/test_prec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ int main(int argc, char* argv[]) {
if (endRes < convTol && numIters == 1) {
pass = true;
}
delete myPrec;
}
Kokkos::finalize();

Expand Down

0 comments on commit 13115c4

Please sign in to comment.