More work on creating standalone test

This commit is contained in:
Mark Berrill 2022-02-09 17:54:28 -05:00
parent 9d7fccab63
commit 9affb84db3

View File

@ -103,7 +103,10 @@ public:
Domain2() = delete;
Domain2(const Domain2 &) = delete;
~Domain2() {}
~Domain2() {
int err = MPI_Comm_free(&Comm);
INSIST( err == MPI_SUCCESS, "Problem free'ing MPI_Comm object" );
}
public: