mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
writing note field
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user