fixed: wrap symbols unused without MPI in HAVE_MPI

This commit is contained in:
Arne Morten Kvarving 2019-12-02 18:34:16 +01:00
parent 0edecb9a78
commit 272e63410d

View File

@ -31,6 +31,7 @@
namespace {
#if HAVE_MPI
Opm::data::Solution getSolution()
{
Opm::data::Solution sol1;
@ -102,6 +103,7 @@ Opm::data::Well getWell()
well1.segments.insert({0, getSegment()});
return well1;
}
#endif
}