From 30ee9c409ed7c743c693f1e068c1d7393949207a Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 14 Jun 2012 09:24:31 +0000 Subject: [PATCH] Started with bondflip. There is still an error in calling vtx_remove_neighbour with vertices that are actually not neighbours. --- src/bondflip.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/bondflip.h b/src/bondflip.h index 6713c31..8d7ee37 100644 --- a/src/bondflip.h +++ b/src/bondflip.h @@ -1,4 +1,4 @@ -#ifdef _H_BONDFLIP +#ifndef _H_BONDFLIP #define _H_BONDFLIP ts_bool single_bondflip_timestep(ts_vesicle *vesicle, ts_bond *bond, ts_double *rn); -- Gitblit v1.9.3