From f3b2182dfe5443db39691e47167bf9a80bd0ef87 Mon Sep 17 00:00:00 2001 From: mattijs Date: Wed, 9 Jan 2013 11:08:53 +0000 Subject: [PATCH] STYLE: mapDistribute: changed comment --- .../polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H index 5c17f0547f..fc2b484cb0 100644 --- a/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H +++ b/src/OpenFOAM/meshes/polyMesh/mapPolyMesh/mapDistribute/mapDistribute.H @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2013 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -367,7 +367,8 @@ public: ); //- Construct from reverse addressing: per data item the send - // processor and the receive processor. All processors get same data. + // processor and the receive processor. (note: data is not stored + // sorted per processor so cannot use printLayout). mapDistribute ( const labelList& sendProcs, @@ -635,7 +636,8 @@ public: template void receive(PstreamBuffers&, List&) const; - //- Debug: print layout + //- Debug: print layout. Can only be used on maps with sorted + // storage (local data first, then non-local data) void printLayout(Ostream& os) const; //- Correct for topo change.