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; } }