Skip to content
Snippets Groups Projects
Commit e6b7c7f4 authored by mattijs's avatar mattijs
Browse files

BUG: changeDictionary: swit6ch off any parallel time-stamp checking

parent 0fbe553b
Branches
Tags
No related merge requests found
...@@ -305,6 +305,10 @@ int main(int argc, char *argv[]) ...@@ -305,6 +305,10 @@ int main(int argc, char *argv[])
instance = args.options()["instance"]; instance = args.options()["instance"];
} }
// Make sure we do not use the master-only reading.
regIOobject::fileModificationChecking = regIOobject::timeStamp;
// Get the replacement rules from a dictionary // Get the replacement rules from a dictionary
IOdictionary dict IOdictionary dict
( (
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment