From 2ce636f6916dd9bd9d59ca234205f5537153ca5f Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 1 Mar 2012 17:37:49 +0000 Subject: [PATCH] BUG: GeometricBoundaryField: wildcards handled incorrectly --- .../GeometricFields/GeometricField/GeometricBoundaryField.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C index 0b2a45c473..448a009cab 100644 --- a/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C +++ b/src/OpenFOAM/fields/GeometricFields/GeometricField/GeometricBoundaryField.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -252,7 +252,7 @@ GeometricBoundaryField // Patch or patch-groups. (using non-wild card entries of dictionaries) forAllConstIter(dictionary, dict, iter) { - if (iter().isDict()) + if (iter().isDict() && !iter().keyword().isPattern()) { const labelList patchIDs = bmesh_.findIndices (