fix: serial build after PR #3671

This commit is contained in:
Arne Morten Kvarving 2021-11-09 15:57:24 +01:00
parent 676cdb8307
commit e67bae5453

View File

@ -48,7 +48,12 @@ void eclStateBroadcast(Parallel::Communication comm, EclipseState& eclState, Sc
template <class T>
void eclBroadcast(Parallel::Communication comm, T& );
void eclBroadcast(Parallel::Communication, T& )
#if HAVE_MPI
;
#else
{}
#endif
} // end namespace Opm