From 1c68aa43fd8613fe9908b131d6604c820f0cfe28 Mon Sep 17 00:00:00 2001 From: andy Date: Wed, 12 Jun 2013 17:34:39 +0100 Subject: [PATCH] STYLE: Updated debug message --- .../patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C index 6632fdb6d2..f43f91ff46 100644 --- a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C +++ b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C @@ -297,9 +297,9 @@ void Foam::cyclicAMIPolyPatch::resetAMI { Pout<< "cyclicAMIPolyPatch : " << name() << " constructed AMI with " << nl - << " " << ":srcAddress:" << AMIPtr_().srcAddress().size() + << " " << "srcAddress:" << AMIPtr_().srcAddress().size() << nl - << " " << " tgAddress :" << AMIPtr_().tgtAddress().size() + << " " << "tgAddress :" << AMIPtr_().tgtAddress().size() << nl << endl; } }