Changed sentence in Info statement
This commit is contained in:
parent
429be977d3
commit
a94e79eed7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Reference in a new issue