From 9c60a480ebbb7e2967bd1a028f976c969b738ff9 Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Wed, 25 Feb 2015 23:29:33 +0000 Subject: [PATCH] Corrected warning message --- .../cyclicACMI/cyclicACMIPolyPatch/cyclicACMIPolyPatch.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMIPolyPatch/cyclicACMIPolyPatch.C b/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMIPolyPatch/cyclicACMIPolyPatch.C index c24519989e2..7a862ee9dac 100644 --- a/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMIPolyPatch/cyclicACMIPolyPatch.C +++ b/src/meshTools/AMIInterpolation/patches/cyclicACMI/cyclicACMIPolyPatch/cyclicACMIPolyPatch.C @@ -127,7 +127,7 @@ void Foam::cyclicACMIPolyPatch::setNeighbourFaceAreas() const } else { - WarningIn("cyclicAMIPolyPatch::setNeighbourFaceAreas() const") + WarningIn("cyclicACMIPolyPatch::setNeighbourFaceAreas() const") << "Target mask size differs to that of the neighbour patch\n" << " May occur when decomposing." << endl; } -- GitLab