mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STY: removed debug messages from cyclicAMIPolyPatch
This commit is contained in:
@ -980,11 +980,6 @@ Foam::label Foam::cyclicAMIPolyPatch::pointFace
|
|||||||
{
|
{
|
||||||
if (owner())
|
if (owner())
|
||||||
{
|
{
|
||||||
Info << "OWNER" << endl;
|
|
||||||
Debug(p);
|
|
||||||
Debug(n);
|
|
||||||
Debug(faceCentres()[faceI]);
|
|
||||||
|
|
||||||
return AMI().tgtPointFace
|
return AMI().tgtPointFace
|
||||||
(
|
(
|
||||||
*this,
|
*this,
|
||||||
@ -996,11 +991,6 @@ Foam::label Foam::cyclicAMIPolyPatch::pointFace
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
Info << "NEIGHBOUR" << endl;
|
|
||||||
Debug(p);
|
|
||||||
Debug(n);
|
|
||||||
Debug(faceCentres()[faceI]);
|
|
||||||
|
|
||||||
return neighbPatch().AMI().srcPointFace
|
return neighbPatch().AMI().srcPointFace
|
||||||
(
|
(
|
||||||
*this,
|
*this,
|
||||||
|
|||||||
Reference in New Issue
Block a user