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

writing note field

parent 7fc71fa9
No related branches found
No related tags found
No related merge requests found
...@@ -52,7 +52,7 @@ bool Foam::IOobject::writeHeader(Ostream& os) const ...@@ -52,7 +52,7 @@ bool Foam::IOobject::writeHeader(Ostream& os) const
// outdent for visibility and more space // outdent for visibility and more space
if (note().size()) if (note().size())
{ {
os << " note " << note() << ";\n"; os << " note " << note() << ";\n";
} }
os << " location " << instance()/local() << ";\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