From 142a67fe82b830e5c7816914afa62445959c87ca Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 05 Nov 2013 14:04:21 +0000
Subject: [PATCH] changes in bondflip call. No need to bondflip all the bonds, but only as many bonds as there are vertices. Also, rnvec seems to be not needed for bondflip, so it is commented out

---
 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 2444e15..382750b 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*25.0;
+	vesicle->bending_rigidity=25.0;
 
     vesicle->nshell=nshell;
     retval = vtx_set_global_values(vesicle);

--
Gitblit v1.9.3