From d33abe246221255be91bacda79f5852b8c4ed8fd Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Sun, 08 Dec 2013 17:47:21 +0000
Subject: [PATCH] Triangles are ordered in the bond now. Also kp and km are found as adjvtx. They are also ordered.

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

diff --git a/src/general.h b/src/general.h
index 6497c14..304da95 100644
--- a/src/general.h
+++ b/src/general.h
@@ -176,6 +176,7 @@
     ts_uint idx;
 	ts_vertex *vtx1;
 	ts_vertex *vtx2;
+	ts_vertex *adjvtx[2];
 	struct ts_triangle *tria[2];
     ts_double bond_length;
     ts_double bond_length_dual;

--
Gitblit v1.9.3