ENH: argList - onlycheck for decomposeParDict when checkProcessorDirectories_ is true
This commit is contained in:
parent
a40798c71e
commit
7dbb3b657d
@ -713,7 +713,7 @@ void Foam::argList::parse
|
|||||||
dictNProcs = roots.size()+1;
|
dictNProcs = roots.size()+1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else if (checkProcessorDirectories_)
|
||||||
{
|
{
|
||||||
// Use values from decomposeParDict, the location was already
|
// Use values from decomposeParDict, the location was already
|
||||||
// established above.
|
// established above.
|
||||||
|
Loading…
Reference in New Issue
Block a user