Skip to content
Snippets Groups Projects
Commit 30c3ad68 authored by Mark OLESEN's avatar Mark OLESEN
Browse files

BUG: the -decomposeParDict option inadvertent triggers parallel run (fixes #645)

parent ac1c7f9e
No related branches found
No related tags found
No related merge requests found
...@@ -81,11 +81,6 @@ Foam::argList::initValidTables::initValidTables() ...@@ -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
( (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment