From e19e790e95f14ca69a7ce9c5e45d815fe21df36e Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Tue, 10 Jul 2012 12:33:43 +0000 Subject: [PATCH] It seems bondflip is fixed. Before 'for' loops I had to set j=0 in vertex.c and triangle.c in remove_neighbour --- src/initial_distribution.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/initial_distribution.c b/src/initial_distribution.c index 382750b..2444e15 100644 --- a/src/initial_distribution.c +++ b/src/initial_distribution.c @@ -20,7 +20,7 @@ ts_vesicle *vesicle=init_vesicle(no_vertices,ncmax1,ncmax2,ncmax3,stepsize); //TODO: debugging only. Please remove ASAP! - vesicle->bending_rigidity=25.0; + vesicle->bending_rigidity=25.0*25.0; vesicle->nshell=nshell; retval = vtx_set_global_values(vesicle); -- Gitblit v1.9.3