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/initial_distribution.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/initial_distribution.h b/src/initial_distribution.h
index 7b3e2ba..c119cfb 100644
--- a/src/initial_distribution.h
+++ b/src/initial_distribution.h
@@ -33,4 +33,4 @@
 ts_bool init_triangle_neighbours(ts_vesicle *vesicle);
 ts_bool init_common_vertex_triangle_neighbours(ts_vesicle *vesicle);
 ts_bool init_normal_vectors(ts_triangle_list *tlist);
-
+ts_bool init_bond_triangles(ts_bond_list *blist);

--
Gitblit v1.9.3