BUG: fileMonitor : non-parallel running use state directly.

This commit is contained in:
mattijs
2010-12-02 13:39:17 +00:00
parent a302963032
commit d775a901c5

View File

@ -603,6 +603,10 @@ void Foam::fileMonitor::updateStates
} }
} }
} }
else
{
state_ = localState_;
}
} }