From 90780e09e35a754d90a092f420b1b5cb5340deeb Mon Sep 17 00:00:00 2001 From: Henry <Henry> Date: Sat, 6 Aug 2011 21:34:07 +0100 Subject: [PATCH] Corrected line length --- .../polyPatches/constraint/processor/processorPolyPatch.C | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C index 6ea10d25df1..420874abf1b 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:" -- GitLab