ENH: polyBoundaryMesh: use patchGroups by default

This commit is contained in:
mattijs 2011-12-09 05:21:19 +00:00
parent 4a29eb61f6
commit ba1e3d436b

View File

@ -159,7 +159,7 @@ public:
labelList findIndices
(
const keyType&,
const bool usePatchGroups = false
const bool usePatchGroups = true
) const;
//- Return patch index for the first match, return -1 if not found
@ -184,7 +184,7 @@ public:
(
const UList<wordRe>& patchNames,
const bool warnNotFound = true,
const bool usePatchGroups = false
const bool usePatchGroups = true
) const;
//- Check whether all procs have all patches and in same order. Return