Skip to content
Snippets Groups Projects
Commit 12fff77d authored by Martin Nolte's avatar Martin Nolte
Browse files

correct bug from merging by hand

[[Imported from SVN: r6229]]
parent 1fad57af
No related branches found
No related tags found
No related merge requests found
......@@ -221,8 +221,6 @@ namespace Dune
assert( !wasInitialized() );
static int is_initialized = MPI_Init(&argc, &argv);
prevent_warning(is_initialized);
MPI_Init(&argc, &argv);
assert( wasInitialized() );
MPI_Comm_rank(MPI_COMM_WORLD,&rank_);
......
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