BUG: EMESHedgeFormat: note field unterminated

This commit is contained in:
mattijs 2012-01-26 09:28:35 +00:00
parent 2890f30897
commit b0acd83fcb

View File

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