Skip to content
Snippets Groups Projects
Commit d775a901 authored by mattijs's avatar mattijs
Browse files

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

parent a3029630
No related merge requests found
...@@ -603,6 +603,10 @@ void Foam::fileMonitor::updateStates ...@@ -603,6 +603,10 @@ void Foam::fileMonitor::updateStates
} }
} }
} }
else
{
state_ = localState_;
}
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment