Skip to content
Snippets Groups Projects
Commit 66ceefa7 authored by Christian Engwer's avatar Christian Engwer
Browse files

fix typo in static fake_mpihelper commincation object

[[Imported from SVN: r5927]]
parent 297bc621
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ namespace Dune
*/
static MPICommunicator getCommunicator()
{
static MPICommunicator comm();
static MPICommunicator comm;
return comm;
}
......
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