mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: argList - onlycheck for decomposeParDict when checkProcessorDirectories_ is true
This commit is contained in:
@ -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.
|
||||||
|
|||||||
Reference in New Issue
Block a user