From 555fd8b3ff5c121d9faff1000d664fc653c912bf Mon Sep 17 00:00:00 2001
From: mihaf <miha.fosnaric@gmail.com>
Date: Wed, 02 Apr 2014 09:43:19 +0000
Subject: [PATCH] In cell.c changed comparison between vertices in a cell from idx to pointer (to avoid bug that two distinct vertices with same idx are not checked for proximity).

---
 src/timestep.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/timestep.h b/src/timestep.h
index e25234d..dd18481 100644
--- a/src/timestep.h
+++ b/src/timestep.h
@@ -1,5 +1,5 @@
 #ifndef _TIMESTEP_H
 #define _TIMESTEP_H
 ts_bool single_timestep(ts_vesicle *vesicle);
-ts_bool run_simulation(ts_vesicle *vesicle, ts_uint mcsweeps, ts_uint inititer, ts_uint iterations);
+ts_bool run_simulation(ts_vesicle *vesicle, ts_uint mcsweeps, ts_uint inititer, ts_uint iterations, ts_uint start_simulation);
 #endif

--
Gitblit v1.9.3