ENH: regIOobject: use reverse order scatter for dictionary

Fixes #192
This commit is contained in:
mattijs
2016-07-25 14:14:05 +01:00
parent 6f84555305
commit bac94fc564

View File

@ -3,7 +3,7 @@
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | \\ / O peration |
\\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation \\ / A nd | Copyright (C) 2011-2016 OpenFOAM Foundation
\\/ M anipulation | Copyright (C) 2015 OpenCFD Ltd. \\/ M anipulation | Copyright (C) 2015-2016 OpenCFD Ltd.
------------------------------------------------------------------------------- -------------------------------------------------------------------------------
License License
This file is part of OpenFOAM. This file is part of OpenFOAM.
@ -115,7 +115,7 @@ bool Foam::regIOobject::read
} }
// Send to my downstairs neighbours // Send to my downstairs neighbours
forAll(myComm.below(), belowI) forAllReverse(myComm.below(), belowI)
{ {
OPstream toBelow OPstream toBelow
( (