From bc4e1ee61725fdf7ec81a9583b7fa545f847e07b Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sat, 30 Nov 2013 17:12:09 +0000
Subject: [PATCH] It works

---
 src/vertex.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/vertex.c b/src/vertex.c
index 871fe29..ffd5f7d 100644
--- a/src/vertex.c
+++ b/src/vertex.c
@@ -99,7 +99,7 @@
     return TS_SUCCESS;
 }
 
-
+// Add neighbour just in one direction (add vtx2 as a neigh of vtx1 and not another way around!
 ts_bool vtx_add_neighbour(ts_vertex *vtx1, ts_vertex *vtx2){
 	ts_uint i;
 	if(vtx1==NULL || vtx2==NULL) return TS_FAIL;

--
Gitblit v1.9.3