mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: Add writeDivider to foamDictionary (#1444)
This commit is contained in:
committed by
Andrew Heather
parent
79dff5d8fe
commit
5447220e6f
@ -595,6 +595,7 @@ int main(int argc, char *argv[])
|
|||||||
dictFile.clear();
|
dictFile.clear();
|
||||||
OFstream os(dictFileName);
|
OFstream os(dictFileName);
|
||||||
IOobject::writeBanner(os);
|
IOobject::writeBanner(os);
|
||||||
|
IOobject::writeDivider(os);
|
||||||
dict.write(os, false);
|
dict.write(os, false);
|
||||||
IOobject::writeEndDivider(os);
|
IOobject::writeEndDivider(os);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user