Skip to content
Snippets Groups Projects
Commit 5447220e authored by Kutalmış Berçin's avatar Kutalmış Berçin Committed by Andrew Heather
Browse files

BUG: Add writeDivider to foamDictionary (#1444)

parent 79dff5d8
Branches
Tags
No related merge requests found
......@@ -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);
}
......
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