Skip to content
Snippets Groups Projects
Commit 3b61709f authored by Mattijs Janssens's avatar Mattijs Janssens Committed by graham
Browse files

writing note field

parent ad89051b
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ bool Foam::IOobject::writeHeader(Ostream& os) const
// outdent for visibility and more space
if (note().size())
{
os << " note " << note() << ";\n";
os << " note " << note() << ";\n";
}
os << " location " << instance()/local() << ";\n"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment