Skip to content
Snippets Groups Projects
Commit 7711a98f authored by Tobias Meisel's avatar Tobias Meisel
Browse files

[MeL/IO] XDMF/HDF: output bugfix - first step was written multiple times

parent c28f3fb1
No related branches found
No related tags found
No related merge requests found
...@@ -247,7 +247,10 @@ void Output::outputMeshXdmf(OutputFile const& output_file, ...@@ -247,7 +247,10 @@ void Output::outputMeshXdmf(OutputFile const& output_file,
mesh, path, timestep, t, mesh, path, timestep, t,
_output_data_specification.output_variables, output_file.compression)); _output_data_specification.output_variables, output_file.compression));
} }
else
{
_mesh_xdmf_hdf_writer->writeStep(timestep, t); _mesh_xdmf_hdf_writer->writeStep(timestep, t);
};
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment