mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-01 21:39:09 -06:00
Merge pull request #3679 from akva2/fix_serial_build_3671
fix: serial build after PR #3671
This commit is contained in:
commit
fcb6ee60fb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user