From 3fe4d6a55fc24ac88a90ac2163fc1a5005ee134c Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 13 Dec 2010 16:09:44 +0000 Subject: [PATCH] STYLE: processorPolyPatch : updated comment --- .../polyPatches/constraint/processor/processorPolyPatch.C | 1 + 1 file changed, 1 insertion(+) diff --git a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C index cd913267af..47425f1a8c 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C +++ b/src/OpenFOAM/meshes/polyMesh/polyPatches/constraint/processor/processorPolyPatch.C @@ -409,6 +409,7 @@ void Foam::processorPolyPatch::updateMesh(PstreamBuffers& pBufs) } // Remove any addressing used for shared points/edges calculation + // since mostly not needed. primitivePatch::clearOut(); } }