Skip to content
Snippets Groups Projects
Commit bb0a6809 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Add generation file info comment to the pvd files

parent bbe0a97f
No related branches found
No related tags found
1 merge request!145git subrepo clone git@gitlab.com:OlMon/org-themes.git packages/org-themes
...@@ -615,6 +615,7 @@ VTKWriter::_write(const std::shared_ptr<const MeshType>& mesh, ...@@ -615,6 +615,7 @@ VTKWriter::_write(const std::shared_ptr<const MeshType>& mesh,
std::ofstream fout(m_base_filename + ".pvd"); std::ofstream fout(m_base_filename + ".pvd");
fout << "<?xml version=\"1.0\"?>\n"; fout << "<?xml version=\"1.0\"?>\n";
fout << _getDateAndVersionComment();
fout << "<VTKFile type=\"Collection\" version=\"0.1\">\n"; fout << "<VTKFile type=\"Collection\" version=\"0.1\">\n";
fout << "<Collection>\n"; fout << "<Collection>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment