STYLE: Updated debug message

This commit is contained in:
andy
2013-06-12 17:34:39 +01:00
parent d5d92af0bf
commit 1c68aa43fd

View File

@ -297,9 +297,9 @@ void Foam::cyclicAMIPolyPatch::resetAMI
{
Pout<< "cyclicAMIPolyPatch : " << name()
<< " constructed AMI with " << nl
<< " " << ":srcAddress:" << AMIPtr_().srcAddress().size()
<< " " << "srcAddress:" << AMIPtr_().srcAddress().size()
<< nl
<< " " << " tgAddress :" << AMIPtr_().tgtAddress().size()
<< " " << "tgAddress :" << AMIPtr_().tgtAddress().size()
<< nl << endl;
}
}