writing note field

This commit is contained in:
mattijs 2008-06-24 21:43:01 +01:00 committed by graham
parent ad89051b8c
commit 3b61709f90

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"