mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -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>
|
template <class T>
|
||||||
void eclBroadcast(Parallel::Communication comm, T& );
|
void eclBroadcast(Parallel::Communication, T& )
|
||||||
|
#if HAVE_MPI
|
||||||
|
;
|
||||||
|
#else
|
||||||
|
{}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
} // end namespace Opm
|
} // end namespace Opm
|
||||||
|
Loading…
Reference in New Issue
Block a user