From c85b513fcee3891a2c421925eb46179f44b55577 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sun, 24 Nov 2013 10:51:37 +0000
Subject: [PATCH] Problem with locking fixed. New problem arises with Vertex not in cell or segfault

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

diff --git a/src/general.h b/src/general.h
index 1dfb3a7..98303ac 100644
--- a/src/general.h
+++ b/src/general.h
@@ -154,7 +154,7 @@
         ts_double projArea;
         ts_double relR;
         ts_double solAngle;
-	ts_int locked;
+	ts_uint *locked;
 };
 typedef struct ts_vertex ts_vertex;
 
@@ -239,6 +239,7 @@
     ts_double cm[3];
     ts_double volume;
     ts_spharm *sphHarmonics;
+	ts_uint threads;
 } ts_vesicle;
 
 

--
Gitblit v1.9.3