From 49981c5ddda35e6defd63d860bccfbc66e7158ca Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 02 Jun 2016 10:13:11 +0000 Subject: [PATCH] ConstVol and ConstArea area+volume are now also in the snapshost. Fix in timing of writting the .status file to the disk. --- 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