Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
2266eedb
Commit
2266eedb
authored
Sep 26, 2017
by
Andrew Heather
Browse files
BUG: decomposePar - resolved error using -allRegions option
parent
260cf594
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/utilities/parallelProcessing/decomposePar/decomposePar.C
View file @
2266eedb
...
...
@@ -275,6 +275,7 @@ int main(int argc, char *argv[])
#include "setRootCase.H"
bool
region
=
args
.
optionFound
(
"region"
);
bool
allRegions
=
args
.
optionFound
(
"allRegions"
);
bool
writeCellDist
=
args
.
optionFound
(
"cellDist"
);
bool
copyZero
=
args
.
optionFound
(
"copyZero"
);
...
...
@@ -392,7 +393,7 @@ int main(int argc, char *argv[])
Info
<<
"Using existing processor directories"
<<
nl
;
}
if
(
args
.
optionFound
(
"r
egion
"
)
)
if
(
region
||
allR
egion
s
)
{
procDirsProblem
=
false
;
forceOverwrite
=
false
;
...
...
Andrew Heather
@andy
mentioned in issue
#600 (closed)
·
Sep 26, 2017
mentioned in issue
#600 (closed)
mentioned in issue #600
Toggle commit list
Write
Preview
Markdown
is supported
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