From 439a4e0f10dd120b563039012d07eb5f1b3c8ded Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sun, 24 Nov 2013 11:45:32 +0000
Subject: [PATCH] Change in mutex location. Now in ts_vertex. Tried to lock cell change. Not working. Bug persists.

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

diff --git a/src/timestep.h b/src/timestep.h
index 15ad6d1..645535e 100644
--- a/src/timestep.h
+++ b/src/timestep.h
@@ -4,9 +4,9 @@
 
 typedef struct str_thdata
 {
-    int thread_no;
+    ts_uint thread_no;
+	ts_uint threads;
     ts_vesicle *vesicle;
-    pthread_mutex_t *vtx_tainting_lock;
 } thdata;
 
 

--
Gitblit v1.9.3