From 4e19a1a56a88c7ab4deae6ba573bdd08f468ed34 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 20 Nov 2013 16:29:43 +0000 Subject: [PATCH] BUG: Added missing scoping --- .../cyclicACMI/cyclicACMIPolyPatch/cyclicACMIPolyPatchI.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMIPolyPatch/cyclicACMIPolyPatchI.H b/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMIPolyPatch/cyclicACMIPolyPatchI.H index fbb049a725..07f6b07bcb 100644 --- a/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMIPolyPatch/cyclicACMIPolyPatchI.H +++ b/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMIPolyPatch/cyclicACMIPolyPatchI.H @@ -67,7 +67,7 @@ inline Foam::polyPatch& Foam::cyclicACMIPolyPatch::nonOverlapPatch() } -inline const scalarField& Foam::cyclicACMIPolyPatch::mask() const +inline const Foam::scalarField& Foam::cyclicACMIPolyPatch::mask() const { if (owner()) {