mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: the -decomposeParDict option inadvertent triggers parallel run (fixes #645)
This commit is contained in:
@ -81,11 +81,6 @@ Foam::argList::initValidTables::initValidTables()
|
|||||||
"decomposeParDict", "file",
|
"decomposeParDict", "file",
|
||||||
"read decomposePar dictionary from specified location"
|
"read decomposePar dictionary from specified location"
|
||||||
);
|
);
|
||||||
validParOptions.set
|
|
||||||
(
|
|
||||||
"decomposeParDict",
|
|
||||||
"file"
|
|
||||||
);
|
|
||||||
|
|
||||||
argList::addBoolOption
|
argList::addBoolOption
|
||||||
(
|
(
|
||||||
|
|||||||
Reference in New Issue
Block a user