From dd5acac9147ee4e7a5b90f26953c19497626b945 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Wed, 30 Apr 2014 12:13:24 +0000
Subject: [PATCH] Debugged so it does not segfaults. It seems it keeps volume constant in one timestep, but it fails to do so after inner loop.

---
 src/timestep.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/timestep.c b/src/timestep.c
index 9001639..7fd321c 100644
--- a/src/timestep.c
+++ b/src/timestep.c
@@ -105,7 +105,6 @@
         //find a bond and return a pointer to a bond...
         //call single_bondflip_timestep...
         retval=single_bondflip_timestep(vesicle,vesicle->blist->bond[b],rnvec);
-    retval=TS_FAIL;
 	if(retval==TS_SUCCESS) bfsrcnt++;        
     }
 

--
Gitblit v1.9.3