Skip to content
Snippets Groups Projects
Commit 53ff8add authored by Robert Klöfkorn's avatar Robert Klöfkorn
Browse files

if HAVE_MPI instead of ifdef

[[Imported from SVN: r4633]]
parent 9f003138
No related branches found
No related tags found
No related merge requests found
......@@ -166,7 +166,7 @@ namespace Dune
FakeMPIHelper::InstancePointer FakeMPIHelper::instance_ = FakeMPIHelper::InstancePointer();
#ifdef HAVE_MPI
#if HAVE_MPI
/**
* @brief A real mpi helper.
*
......
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