Skip to content
Snippets Groups Projects
Commit f6297e4f authored by Dominik Thoennes's avatar Dominik Thoennes
Browse files

put `#include <mpi.h>` into `namespace walberla`

parent 7c3a61a8
No related merge requests found
...@@ -55,7 +55,9 @@ ...@@ -55,7 +55,9 @@
#pragma warning ( push, 1 ) #pragma warning ( push, 1 )
#endif #endif
namespace walberla {
#include <mpi.h> #include <mpi.h>
}
#ifdef _MSC_VER #ifdef _MSC_VER
#pragma warning ( pop ) #pragma warning ( pop )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment