From e86357faa6caf28f5032c624fa0cba24e5dc4686 Mon Sep 17 00:00:00 2001 From: mihaf <miha.fosnaric@gmail.com> Date: Fri, 07 Mar 2014 12:13:21 +0000 Subject: [PATCH] Many fixes, before changing bondflip. triangles are still calculated in ts_bond_flip --- src/initial_distribution.c | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/initial_distribution.c b/src/initial_distribution.c index 382750b..b8f5965 100644 --- a/src/initial_distribution.c +++ b/src/initial_distribution.c @@ -19,9 +19,6 @@ ts_vesicle *vesicle=init_vesicle(no_vertices,ncmax1,ncmax2,ncmax3,stepsize); -//TODO: debugging only. Please remove ASAP! - vesicle->bending_rigidity=25.0; - vesicle->nshell=nshell; retval = vtx_set_global_values(vesicle); retval = pentagonal_dipyramid_vertex_distribution(vesicle->vlist); -- Gitblit v1.9.3