From 1e7cb2a72ca7bb5a6e3e6df921b1eb1cf40f35f9 Mon Sep 17 00:00:00 2001 From: Grzegorz Kowal Date: Thu, 9 Jan 2014 12:50:05 -0200 Subject: [PATCH] DRIVER: Store mesh statistics after restart as well. Signed-off-by: Grzegorz Kowal --- src/driver.F90 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/driver.F90 b/src/driver.F90 index 20ea557..d5b8017 100644 --- a/src/driver.F90 +++ b/src/driver.F90 @@ -423,10 +423,6 @@ program amun ! call generate_mesh() -! store mesh statistics -! - call store_mesh_stats(step, time) - ! calculate new timestep ! call new_time_step(dtnext) @@ -437,6 +433,10 @@ program amun end if +! store mesh statistics +! + call store_mesh_stats(step, time) + #ifdef MPI ! reduce termination flag over all processors !