explicitly return 0

This commit is contained in:
Carl Pearson
2021-04-30 15:08:25 -06:00
parent 025ea1ff20
commit 60566be1d6

View File

@@ -36,4 +36,5 @@ int main(int argc, char **argv) {
// Finalize the MPI environment.
MPI_Finalize();
return 0;
}