From 23b0edbc039c47c7b39288c8e16a72c968cfe3b3 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Tue, 10 Jul 2012 12:45:50 +0000 Subject: [PATCH] Merged with bondflip debug branch --- src/timestep.c | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/timestep.c b/src/timestep.c index 829faec..83e6f9b 100644 --- a/src/timestep.c +++ b/src/timestep.c @@ -5,6 +5,7 @@ #include "general.h" #include "timestep.h" #include "vertexmove.h" +#include "bondflip.h" ts_bool single_timestep(ts_vesicle *vesicle){ ts_bool retval; @@ -23,10 +24,10 @@ rnvec[2]=drand48(); //find a bond and return a pointer to a bond... //call single_bondflip_timestep... -// retval=single_bondflip_timestep(vesicle,&vesicle->blist.bond[i],rnvec); + retval=single_bondflip_timestep(vesicle,vesicle->blist->bond[i],rnvec); } - + if(retval); return TS_SUCCESS; } -- Gitblit v1.9.3