mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: Updated debug message
This commit is contained in:
@ -297,9 +297,9 @@ void Foam::cyclicAMIPolyPatch::resetAMI
|
|||||||
{
|
{
|
||||||
Pout<< "cyclicAMIPolyPatch : " << name()
|
Pout<< "cyclicAMIPolyPatch : " << name()
|
||||||
<< " constructed AMI with " << nl
|
<< " constructed AMI with " << nl
|
||||||
<< " " << ":srcAddress:" << AMIPtr_().srcAddress().size()
|
<< " " << "srcAddress:" << AMIPtr_().srcAddress().size()
|
||||||
<< nl
|
<< nl
|
||||||
<< " " << " tgAddress :" << AMIPtr_().tgtAddress().size()
|
<< " " << "tgAddress :" << AMIPtr_().tgtAddress().size()
|
||||||
<< nl << endl;
|
<< nl << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user