Skip to content

Commit

Permalink
Fixed errant } within #ifdef HAVE_MPI
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfgibson committed Nov 28, 2018
1 parent 73d3aaf commit 235edbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/laminarTest.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 235edbd

Please sign in to comment.