diff --git a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H index 211d9148e941d6a6a799f149265dcecaadea0dae..62d6f4a5e1e8b6d2013dcc459cc3c657caf61c61 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H +++ b/src/OpenFOAM/meshes/polyMesh/polyBoundaryMesh/polyBoundaryMesh.H @@ -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