Skip to content
Snippets Groups Projects
Commit bac94fc5 authored by mattijs's avatar mattijs
Browse files

ENH: regIOobject: use reverse order scatter for dictionary

Fixes #192
parent 6f845553
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -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 ...@@ -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
( (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment