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;
|
||||
}
|
||||
}
|
||||
else
|
||||
else if (checkProcessorDirectories_)
|
||||
{
|
||||
// Use values from decomposeParDict, the location was already
|
||||
// established above.
|
||||
|
Loading…
Reference in New Issue
Block a user