From d36fefd42803b8687a0ecfe3ffc19bb968595ac0 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Wed, 4 Sep 2024 12:50:38 +0200 Subject: [PATCH] fixed: build without MPI --- opm/models/parallel/mpiutil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opm/models/parallel/mpiutil.cpp b/opm/models/parallel/mpiutil.cpp index 80fd6c4d8..e6f966dc3 100644 --- a/opm/models/parallel/mpiutil.cpp +++ b/opm/models/parallel/mpiutil.cpp @@ -31,7 +31,6 @@ #if HAVE_MPI #include #include -#endif namespace { @@ -134,6 +133,7 @@ struct Packer> }; } // anonymous namespace +#endif namespace Opm {