STY: removed debug messages from cyclicAMIPolyPatch
This commit is contained in:
parent
36ea25dd19
commit
b9f373691d
1 changed files with 0 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue