fixed: build without MPI

This commit is contained in:
Arne Morten Kvarving 2024-09-04 12:50:38 +02:00
parent c4871367e8
commit d36fefd428

View File

@ -31,7 +31,6 @@
#if HAVE_MPI
#include <mpi.h>
#include <dune/common/parallel/mpitraits.hh>
#endif
namespace {
@ -134,6 +133,7 @@ struct Packer<std::vector<T>>
};
} // anonymous namespace
#endif
namespace Opm {