writing note field

This commit is contained in:
mattijs
2008-06-24 21:43:01 +01:00
parent 7fc71fa982
commit 5afd70bd1c

View File

@ -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"