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 | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/general.h b/src/general.h index b4ce974..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; -- Gitblit v1.9.3