ENH: Not regeistering temporary IOdicts

This commit is contained in:
andy
2012-11-22 15:59:43 +00:00
parent a748510054
commit 3a6fe7650f

View File

@ -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())