Skip to content
Snippets Groups Projects
Commit 1e501b7e authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Remove obsolete global try...catch block

parent 0b7c6aed
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ const int order = 1;
using namespace Dune;
int main (int argc, char *argv[]) try
int main (int argc, char *argv[])
{
MPIHelper::instance(argc, argv);
......@@ -289,8 +289,4 @@ int main (int argc, char *argv[]) try
outFile.close();
return 0;
} catch (Exception e) {
std::cout << e << std::endl;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment