Fixed confusing error message
This commit is contained in:
parent
409f230505
commit
3210c63bb1
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Reference in a new issue