functionObjects: Updated docs

This commit is contained in:
Henry Weller
2016-05-04 08:51:39 +01:00
parent 81d444d07f
commit 52e79b4703
12 changed files with 16 additions and 19 deletions

View File

@ -191,7 +191,7 @@ void print(Ostream& os, const wordList& flds)
labelList getSelectedPatches
(
const polyBoundaryMesh& patches,
const List<wordRe>& excludePatches //HashSet<word>& excludePatches
const List<wordRe>& excludePatches
)
{
DynamicList<label> patchIDs(patches.size());
@ -205,7 +205,7 @@ labelList getSelectedPatches
if
(
isType<emptyPolyPatch>(pp)
|| (Pstream::parRun() && isType<processorPolyPatch>(pp))
|| (Pstream::parRun() && isType<processorPolyPatch>(pp))
)
{
Info<< " discarding empty/processor patch " << patchi