Multi-threading patch
Compare changes
+ 5
− 2
@@ -79,6 +79,9 @@ void SolverManager::update()
@@ -79,6 +79,9 @@ void SolverManager::update()
assert(state_blocks_.find(state_ptr)!=state_blocks_.end() && "Updating the state of an unregistered StateBlock !");
@@ -106,8 +109,8 @@ void SolverManager::update()
@@ -106,8 +109,8 @@ void SolverManager::update()
assert(wolf_problem_->getFactorNotificationMap().empty() && "wolf problem's factors notification map not empty after update");
assert(wolf_problem_->getStateBlockNotificationMap().empty() && "wolf problem's state_blocks notification map not empty after update");