commit 75a33e825a40f7c8727dd833b14b2a305b5eabe3
parent b25f7f1ce64a13b748b43cac125f92d9130c0b98
Author: Anders Damsgaard <andersd@riseup.net>
Date: Thu, 22 Jun 2017 19:57:41 -0400
update the simulation status at the end of the time loop
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/simulation.jl b/src/simulation.jl
@@ -182,6 +182,7 @@ function run!(simulation::Simulation;
println()
end
writeParaviewStateFile(simulation, verbose=show_file_output)
+ writeSimulationStatus(simulation, verbose=show_file_output)
end
if verbose