Skip to content
Snippets Groups Projects
Commit 163e9740 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

output time used for final step as well

parent eb42cd3d
No related branches found
No related tags found
No related merge requests found
...@@ -206,6 +206,7 @@ class _fluid_particle_base(_code): ...@@ -206,6 +206,7 @@ class _fluid_particle_base(_code):
self.main += '}\n' self.main += '}\n'
self.main += 'do_stats();\n' self.main += 'do_stats();\n'
self.main += 'do_particle_stats();\n' self.main += 'do_particle_stats();\n'
self.main += output_time_difference
if self.particle_species > 0: if self.particle_species > 0:
self.main += self.particle_end self.main += self.particle_end
self.main += self.fluid_end self.main += self.fluid_end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment