Changed sentence in Info statement

This commit is contained in:
Vuko Vukcevic 2018-01-24 14:21:35 +01:00
parent 429be977d3
commit a94e79eed7

View file

@ -175,7 +175,7 @@ Foam::fieldBoundsRefinement::unrefinementPointCandidates() const
// Print out some information
Info<< "Selection algorithm " << type() << " selected "
<< unrefinementCandidates.size()
<< " split points as unrefinement candidates."
<< " points as unrefinement candidates."
<< endl;
// Return the list in the Xfer container to prevent copying