Bugfix on debug

When issuing a Warning, don't raise FatalError
This commit is contained in:
Vuko Vukcevic 2019-02-18 13:04:44 +01:00
parent 3742439d0f
commit bb23c4851d

View file

@ -1057,7 +1057,7 @@ Foam::label Foam::refinement::faceConsistentUnrefinement
<< "This is probably because the refinement and " << "This is probably because the refinement and "
<< "unrefinement regions are very close." << nl << "unrefinement regions are very close." << nl
<< "Try increasing nUnrefinementBufferLayers. " << "Try increasing nUnrefinementBufferLayers. "
<< abort(FatalError); << endl;
} }
} }
else else