ENH: foamUpgradeCyclics,foamFormatConvert etc: switch off master-only reading.

This commit is contained in:
mattijs
2011-04-05 15:55:27 +01:00
parent 459889e304
commit 5497bcb22d
3 changed files with 14 additions and 2 deletions

View File

@ -305,7 +305,8 @@ int main(int argc, char *argv[])
instance = args.options()["instance"];
}
// Make sure we do not use the master-only reading.
// Make sure we do not use the master-only reading since we read
// fields (different per processor) as dictionaries.
regIOobject::fileModificationChecking = regIOobject::timeStamp;