Skip to content
Snippets Groups Projects
Commit 664a4318 authored by andy's avatar andy
Browse files

BUG: changeDictionaryDict - always write boundary file uncompressed

parent 0c06f77f
Branches
Tags
No related merge requests found
......@@ -602,8 +602,13 @@ int main(int argc, char *argv[])
dictList.set(sz++, iter().clone());
}
Info<< "Writing modified fieldDict " << fieldName << endl;
dictList.write();
Info<< "Writing modified " << fieldName << endl;
dictList.writeObject
(
runTime.writeFormat(),
runTime.writeFormat(),
IOstream::UNCOMPRESSED
);
}
else
{
......
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