mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
fixed: wrap symbols unused without MPI in HAVE_MPI
This commit is contained in:
parent
0edecb9a78
commit
272e63410d
@ -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
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user