From 2f74e41cf5706334fcde64ae0e86a33c4fef884f Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sat, 28 May 2016 21:13:20 +0000 Subject: [PATCH] A small fix. If a continuation of simulation with a starting snapshot is requested, the last known vtk from the directory is used as a snapshot. --- src/tsmeasure.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/tsmeasure.c b/src/tsmeasure.c index 6bd5f5c..4ed39eb 100644 --- a/src/tsmeasure.c +++ b/src/tsmeasure.c @@ -78,9 +78,8 @@ ts_fprintf(stdout,"timestep: %u filename: %s\n",atoi(number),ent->d_name); printf("%u ",atoi(number)); vesicle=restoreVesicle(ent->d_name); -// vesicle_calculate_ulm2(vesicle); + vesicle_calculate_ulm2(vesicle); tstep++; - //vesicle_free(vesicle); free(number); tape_free(vesicle->tape); vesicle_free(vesicle); -- Gitblit v1.9.3