ENH: argList - onlycheck for decomposeParDict when checkProcessorDirectories_ is true

This commit is contained in:
Andrew Heather 2017-06-29 14:10:12 +01:00
parent a40798c71e
commit 7dbb3b657d

View File

@ -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.