Corrected line length

This commit is contained in:
Henry
2011-08-06 21:34:07 +01:00
parent d44d22841e
commit 90780e09e3

View File

@ -242,7 +242,8 @@ void Foam::processorPolyPatch::calcGeometry(PstreamBuffers& pBufs)
<< "patch:" << name()
<< " my area:" << magSf
<< " neighbour area:" << nbrMagSf
<< " matching tolerance:" << matchTolerance()*sqr(tols[facei])
<< " matching tolerance:"
<< matchTolerance()*sqr(tols[facei])
<< endl
<< "Mesh face:" << start()+facei
<< " vertices:"