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

Add missing return statements

parent 2b8e7514
No related branches found
No related tags found
1 merge request!148Use plain std::vector<double> for element energy gradients
......@@ -231,10 +231,10 @@ int main (int argc, char *argv[]) try
}
// //////////////////////////////
return 0;
}
catch (Exception& e) {
catch (Exception& e)
{
std::cout << e.what() << std::endl;
return 1;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment