Skip to content
Snippets Groups Projects
Commit 5afd70bd authored by Mattijs Janssens's avatar Mattijs Janssens
Browse files

writing note field

parent 7fc71fa9
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment