mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
BUG: EMESHedgeFormat: note field unterminated
This commit is contained in:
@ -176,7 +176,7 @@ void Foam::fileFormats::EMESHedgeFormat::write
|
||||
<< " version " << os.version() << ";\n"
|
||||
<< " format " << os.format() << ";\n"
|
||||
<< " class " << "featureEdgeMesh" << ";\n"
|
||||
<< " note " << "written " + clock::dateTime() << nl
|
||||
<< " note " << "written " + clock::dateTime() << ";\n"
|
||||
<< " object " << filename.name() << ";\n"
|
||||
<< "}" << nl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user