From 58230a2591414fb38b9ec8d3a76439b290cb0a6f Mon Sep 17 00:00:00 2001 From: mihaf <miha.fosnaric@gmail.com> Date: Tue, 18 Mar 2014 13:09:23 +0000 Subject: [PATCH] Adding ending energy to filaments. In progress. Continue in single_filament_vertex_move --- src/poly.h | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/src/poly.h b/src/poly.h index 395b486..68c83c1 100644 --- a/src/poly.h +++ b/src/poly.h @@ -5,6 +5,12 @@ ts_poly *init_poly(ts_uint n, ts_vertex *grafted_vtx); -ts_poly_list *init_poly_list(ts_uint n_poly, ts_uint n_mono, ts_vertex_list *vlist); +ts_poly_list *init_poly_list(ts_uint n_poly, ts_uint n_mono, ts_vertex_list *vlist, ts_vesicle *vesicle); + +ts_bool poly_free(ts_poly *poly); + +ts_bool poly_list_free(ts_poly_list *poly_list); + +ts_bool poly_assign_spring_const(ts_vesicle *vesicle); #endif -- Gitblit v1.9.3