Created gatherConvergenceReport() function and test.

This commit is contained in:
Atgeirr Flø Rasmussen
2018-11-13 10:30:32 +01:00
parent 48b0024855
commit 566f6813dd
4 changed files with 324 additions and 2 deletions
+2 -2
View File
@@ -57,6 +57,6 @@ int main(int argc, char** argv)
MPI_Comm_create_errhandler(MPI_err_handler, &handler);
MPI_Comm_set_errhandler(MPI_COMM_WORLD, handler);
#endif
boost::unit_test::unit_test_main(&init_unit_test_func,
argc, argv);
return boost::unit_test::unit_test_main(&init_unit_test_func,
argc, argv);
}