From 620ba72765eda244ca3f3806b8ad709929e74b3c Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Thu, 21 Jun 2018 10:50:23 +0000 Subject: [PATCH] Isak's proposal for stretching energy calculation, take 1 --- src/timestep.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/timestep.c b/src/timestep.c index 27400e7..d4748e6 100644 --- a/src/timestep.c +++ b/src/timestep.c @@ -62,7 +62,7 @@ centermass(vesicle); cell_occupation(vesicle); vesicle_volume(vesicle); //needed for constant volume at this moment - vesicle_area(vesicle); //needed for constant area at this moment + vesicle_area(vesicle); //needed for constant area and stretching energy at this moment if(V0<0.000001) V0=vesicle->volume; ts_fprintf(stdout,"Setting volume V0=%.17f\n",V0); -- Gitblit v1.9.3