broadcast<T> with Schedule and TransMult specialization

This commit is contained in:
Joakim Hove
2021-11-08 12:02:04 +01:00
parent 8240bd9d76
commit 5f4efbde73
3 changed files with 13 additions and 5 deletions

View File

@@ -45,8 +45,10 @@ void eclStateBroadcast(Parallel::Communication comm, EclipseState& eclState, Sc
Action::State& actionState,
WellTestState& wtestState);
/// \brief Broadcasts an schedule from root node in parallel runs.
void eclScheduleBroadcast(Parallel::Communication comm, Schedule& schedule);
template <class T>
void eclBroadcast(Parallel::Communication comm, T& );
} // end namespace Opm