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/vertex.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/vertex.h b/src/vertex.h index 97775d2..7f494c6 100644 --- a/src/vertex.h +++ b/src/vertex.h @@ -30,5 +30,7 @@ ts_bool vtx_duplicate(ts_vertex *cvtx, ts_vertex *ovtx); ts_vertex **vtx_neigh_copy(ts_vertex_list *vlist,ts_vertex *ovtx); ts_vertex_list *vertex_list_copy(ts_vertex_list *ovlist); - +ts_bool vertex_taint(ts_vertex *vtx, ts_uint level); +ts_bool vertex_untaint(ts_vertex *vtx, ts_uint level); +inline ts_bool vertex_tainted(ts_vertex *vtx, ts_uint level, ts_uint amount); #endif -- Gitblit v1.9.3