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_
|
<< " unrefinement buffer layers and " << nRefinementBufferLayers_
|
||||||
<< " refinement buffer layers."
|
<< " refinement buffer layers."
|
||||||
<< nl
|
<< nl
|
||||||
<< "Make sure that the number of unrefinement buffer layers is "
|
<< "Make sure that the number of refinement buffer layers is "
|
||||||
<< "at least nRefinementBufferLayers + 2" << nl
|
<< "at least nUnrefinementBufferLayers + 2" << nl
|
||||||
<< "in order to avoid problems with point level inconsistency when "
|
<< "in order to avoid problems with point level inconsistency when "
|
||||||
<< "refinement and unrefinement are performed in same iteration."
|
<< "refinement and unrefinement are performed in same iteration."
|
||||||
<< endl;
|
<< endl;
|
||||||
|
|
Reference in a new issue