diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C index 6ea10d25df1e988617c2c38491f3102e55830ede..420874abf1bd377573c4fb49a4cad96ab6badc56 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C @@ -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:"