BUG: Add writeDivider to foamDictionary (#1444)

This commit is contained in:
Kutalmis Bercin
2019-09-23 14:14:48 +01:00
committed by Andrew Heather
parent 79dff5d8fe
commit 5447220e6f

View File

@ -595,6 +595,7 @@ int main(int argc, char *argv[])
dictFile.clear();
OFstream os(dictFileName);
IOobject::writeBanner(os);
IOobject::writeDivider(os);
dict.write(os, false);
IOobject::writeEndDivider(os);
}