mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
fileOperation: Corrected processor counting for moving mesh cases
This commit is contained in:
committed by
Andrew Heather
parent
fdf08c401f
commit
bed8dd4bc7
@ -392,6 +392,12 @@ int main(int argc, char *argv[])
|
||||
Info<< "Using existing processor directories" << nl;
|
||||
}
|
||||
|
||||
if (args.optionFound("region"))
|
||||
{
|
||||
procDirsProblem = false;
|
||||
forceOverwrite = false;
|
||||
}
|
||||
|
||||
if (forceOverwrite)
|
||||
{
|
||||
Info<< "Removing " << nProcs
|
||||
|
||||
Reference in New Issue
Block a user