STY: removed debug messages from cyclicAMIPolyPatch

This commit is contained in:
william
2014-09-12 17:44:46 +01:00
committed by Andrew Heather
parent 77a795a25c
commit e46a6eb569

View File

@ -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,