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.