Loading OpenSimRoot/src/modules/Soil/Swms3d.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ void Swms3d::calculate(const Time &time, double &dummy) { // msg::error("Bad addObjects: rootNodeQueue_ empty"); // } SimulaBase::updateAll(time); SimulaBase::updateAll(tOld); if (!rootNodeQueue_.empty()) { auto t=std::max(time,tOld); water->updateLists(t, rootNodeQueue_); Loading Loading
OpenSimRoot/src/modules/Soil/Swms3d.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -148,7 +148,7 @@ void Swms3d::calculate(const Time &time, double &dummy) { // msg::error("Bad addObjects: rootNodeQueue_ empty"); // } SimulaBase::updateAll(time); SimulaBase::updateAll(tOld); if (!rootNodeQueue_.empty()) { auto t=std::max(time,tOld); water->updateLists(t, rootNodeQueue_); Loading