writing note field
This commit is contained in:
parent
ad89051b8c
commit
3b61709f90
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user