Loading source/adios2/core/Engine.tcc +3 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,8 @@ template <class T> typename Variable<T>::Span &Engine::Put(Variable<T> &variable, const bool initialize, const T &value) { CheckOpenModes({{Mode::Write}}, " for variable " + variable.m_Name + CheckOpenModes({{Mode::Write, Mode::Append}}, " for variable " + variable.m_Name + ", in call to Variable<T>::Span Put"); if (!variable.m_Operations.empty()) { Loading Loading
source/adios2/core/Engine.tcc +3 −2 Original line number Diff line number Diff line Loading @@ -27,7 +27,8 @@ template <class T> typename Variable<T>::Span &Engine::Put(Variable<T> &variable, const bool initialize, const T &value) { CheckOpenModes({{Mode::Write}}, " for variable " + variable.m_Name + CheckOpenModes({{Mode::Write, Mode::Append}}, " for variable " + variable.m_Name + ", in call to Variable<T>::Span Put"); if (!variable.m_Operations.empty()) { Loading