From 66ceefa72b3fc37c88bdbd6e15610cc7975bf654 Mon Sep 17 00:00:00 2001 From: Christian Engwer <christi@dune-project.org> Date: Fri, 12 Mar 2010 10:05:11 +0000 Subject: [PATCH] fix typo in static fake_mpihelper commincation object [[Imported from SVN: r5927]] --- dune/common/mpihelper.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dune/common/mpihelper.hh b/dune/common/mpihelper.hh index bf6460125..6f473b8d7 100644 --- a/dune/common/mpihelper.hh +++ b/dune/common/mpihelper.hh @@ -86,7 +86,7 @@ namespace Dune */ static MPICommunicator getCommunicator() { - static MPICommunicator comm(); + static MPICommunicator comm; return comm; } -- GitLab