mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Mark 'comm' As Potentially Unused
The communicator is only needed in parallel builds.
This commit is contained in:
parent
b6d043c545
commit
0f13f4095b
@ -218,8 +218,8 @@ namespace {
|
||||
}
|
||||
|
||||
std::shared_ptr<Opm::EclipseState>
|
||||
createEclipseState(Opm::Parallel::Communication comm,
|
||||
const Opm::Deck& deck)
|
||||
createEclipseState([[maybe_unused]] Opm::Parallel::Communication comm,
|
||||
const Opm::Deck& deck)
|
||||
{
|
||||
#if HAVE_MPI
|
||||
return std::make_shared<Opm::ParallelEclipseState>(deck, comm);
|
||||
|
Loading…
Reference in New Issue
Block a user