From e46a6eb56962b42f0f267b5074a5c2f4963f38b1 Mon Sep 17 00:00:00 2001 From: william <william> Date: Fri, 12 Sep 2014 17:44:46 +0100 Subject: [PATCH] STY: removed debug messages from cyclicAMIPolyPatch --- .../cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C index 81b9ddd1568..ffe52a4e40d 100644 --- a/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C +++ b/src/meshTools/AMIInterpolation/patches/cyclicAMI/cyclicAMIPolyPatch/cyclicAMIPolyPatch.C @@ -980,11 +980,6 @@ Foam::label Foam::cyclicAMIPolyPatch::pointFace { if (owner()) { - Info << "OWNER" << endl; - Debug(p); - Debug(n); - Debug(faceCentres()[faceI]); - return AMI().tgtPointFace ( *this, @@ -996,11 +991,6 @@ Foam::label Foam::cyclicAMIPolyPatch::pointFace } else { - Info << "NEIGHBOUR" << endl; - Debug(p); - Debug(n); - Debug(faceCentres()[faceI]); - return neighbPatch().AMI().srcPointFace ( *this, -- GitLab