Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
openfoam
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Development
openfoam
Commits
bac94fc5
Commit
bac94fc5
authored
8 years ago
by
mattijs
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/OpenFOAM/db/regIOobject/regIOobjectRead.C
+2
-2
2 additions, 2 deletions
src/OpenFOAM/db/regIOobject/regIOobjectRead.C
with
2 additions
and
2 deletions
src/OpenFOAM/db/regIOobject/regIOobjectRead.C
+
2
−
2
View file @
bac94fc5
...
@@ -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
)
forAll
Reverse
(
myComm
.
below
(),
belowI
)
{
{
OPstream
toBelow
OPstream
toBelow
(
(
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment