STYLE: mapDistribute: changed comment

This commit is contained in:
mattijs
2013-01-09 11:08:53 +00:00
parent cb535c9e15
commit f3b2182dfe

View File

@ -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<class T>
void receive(PstreamBuffers&, List<T>&) 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.