Skip to content
Snippets Groups Projects
Commit 3a6fe765 authored by andy's avatar andy
Browse files

ENH: Not regeistering temporary IOdicts

parent a7485100
Branches
Tags
No related merge requests found
......@@ -46,7 +46,9 @@ bool Foam::writeDictionary::tryFolder
dictNames_[dictI],
location,
obr_,
IOobject::MUST_READ
IOobject::MUST_READ,
IOobject::NO_WRITE,
false
);
if (dictIO.headerOk())
......
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