foamDictionary: Set the type of the dictionary to that specified in the header

This commit is contained in:
Henry Weller
2019-08-08 10:27:51 +01:00
parent 670776693c
commit 9bbc338b3e

View File

@ -452,6 +452,8 @@ int main(int argc, char *argv[])
);
const_cast<word&>(localIOdictionary::typeName) = oldTypeName;
const_cast<word&>(localDictPtr->type()) =
localDictPtr->headerClassName();
}
else
{