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

Get MPIHelper instance at the beginning of rod3d.cc

Otherwise the program aborts for the usual mysterious reasons.
parent 28a3267b
No related branches found
No related tags found
1 merge request!67Modernize rod code
...@@ -27,6 +27,8 @@ using namespace Dune; ...@@ -27,6 +27,8 @@ using namespace Dune;
int main (int argc, char *argv[]) try int main (int argc, char *argv[]) try
{ {
MPIHelper::instance(argc, argv);
typedef std::vector<RigidBodyMotion<double,3> > SolutionType; typedef std::vector<RigidBodyMotion<double,3> > SolutionType;
// parse data file // parse data file
......
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