Skip to content
Snippets Groups Projects

Fortran error tests

Merged Stephan Schulz requested to merge fortran_error_tests into master
Files
7
+ 1
0
@@ -228,6 +228,7 @@ int main(int argc, char** argv)
jall->printVTKoutlines(CurrentStep);
} catch (ALL::FilesystemErrorException &e) {
std::cout << e.what() << std::endl;
std::exit(2);
// Maybe also treat this error in some way, e.g. whether the simulation
// should abort if no output could be written or not.
}
Loading