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/bond.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/bond.h b/src/bond.h index e2be586..3b6e24d 100644 --- a/src/bond.h +++ b/src/bond.h @@ -19,7 +19,7 @@ * system. */ ts_bond *bond_add(ts_bond_list *blist, ts_vertex *vtx1, ts_vertex *vtx2); - +ts_bool bond_assign_triangles(ts_bond *bond); ts_bool bond_list_free(ts_bond_list *blist); -- Gitblit v1.9.3