More work on creating standalone test
This commit is contained in:
parent
9d7fccab63
commit
9affb84db3
@ -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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user