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

Remove useless group and part attributes

parent c1c9a5a2
Branches
Tags
1 merge request!80Feature/writers improvement
......@@ -523,10 +523,9 @@ VTKWriter::_write(const std::shared_ptr<const MeshType>& mesh,
sout << m_base_filename;
sout << '.' << std::setfill('0') << std::setw(4) << i_time << ".pvtu";
fout << "<DataSet timestep=\"" << m_saved_times[i_time] << "\" "
<< "file=\"" << sout.str() << "\"/>\n";
fout << "<DataSet timestep=\"" << m_saved_times[i_time] << "\" file=\"" << sout.str() << "\"/>\n";
}
fout << "<DataSet timestep=\"" << time << "\" group=\"\" part=\"0\" file=\"" << _getFilenamePVTU() << "\"/>\n";
fout << "<DataSet timestep=\"" << time << "\" file=\"" << _getFilenamePVTU() << "\"/>\n";
fout << "</Collection>\n";
fout << "</VTKFile>\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment