Skip to content
Snippets Groups Projects
Commit 363474de authored by Will Bainbridge's avatar Will Bainbridge Committed by Andrew Heather
Browse files

ENH: createBaffles: Corrected warning about internalFacesOnly setting

parent 512252a6
Branches
Tags
No related merge requests found
......@@ -394,9 +394,10 @@ void createFaces
<< " to convert to baffle patch "
<< pbm[newPatchi].name()
<< endl
<< " Run with -internalFacesOnly option"
<< " if you don't wish to convert"
<< " boundary faces." << endl;
<< " Set internalFacesOnly to true in the"
<< " createBaffles control dictionary if you"
<< " don't wish to convert boundary faces."
<< endl;
}
modifyOrAddFace
......
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