Fixed confusing error message

This commit is contained in:
Hrvoje Jasak 2018-05-16 20:49:43 +01:00
parent 409f230505
commit 3210c63bb1

View file

@ -3514,8 +3514,8 @@ Foam::polyhedralRefinement::polyhedralRefinement
<< " unrefinement buffer layers and " << nRefinementBufferLayers_
<< " refinement buffer layers."
<< nl
<< "Make sure that the number of unrefinement buffer layers is "
<< "at least nRefinementBufferLayers + 2" << nl
<< "Make sure that the number of refinement buffer layers is "
<< "at least nUnrefinementBufferLayers + 2" << nl
<< "in order to avoid problems with point level inconsistency when "
<< "refinement and unrefinement are performed in same iteration."
<< endl;