From d335d9af322ef4b32d22c0b25b6ff540a2febebf Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sat, 07 Dec 2013 21:29:57 +0000 Subject: [PATCH] Changes in ts_bond data structure, bond.c added assign_triangles functions that is called in initial_distribution for each bond. --- 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