Commit 2bb9fb13 authored by jouke's avatar jouke
Browse files

reducing external locked warning messages

parent 55f6d7ea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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_);