diff --git a/tests/laminarTest.cpp b/tests/laminarTest.cpp index 8b763388..c025eb50 100644 --- a/tests/laminarTest.cpp +++ b/tests/laminarTest.cpp @@ -147,8 +147,8 @@ int main(int argc, char* argv[]) { cerr << "\t** FAIL **" << endl; cout << "\t** FAIL **" << endl; } - } #ifdef HAVE_MPI + } cfMPI_Finalize(); #endif return (passtest == true) ? 0 : 1;