Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
openfoam
Commits
2b551d87
Commit
2b551d87
authored
Dec 03, 2016
by
Henry Weller
Browse files
metisDecomp: Corrected return from metisDecomp::decompose
Resolves bug-report
http://bugs.openfoam.org/view.php?id=2370
parent
2fa6436b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/parallel/decompose/metisDecomp/metisDecomp.C
View file @
2b551d87
...
...
@@ -291,7 +291,7 @@ Foam::labelList Foam::metisDecomp::decompose
fineDistribution
[
i
]
=
finalDecomp
[
agglom
[
i
]];
}
return
fin
alDecomp
;
return
fin
eDistribution
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment