Skip to content
Snippets Groups Projects

Fortran error tests

Files

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