From 624f819d40ca2204b0a128970dcd3d9ca7e17699 Mon Sep 17 00:00:00 2001
From: mihaf <miha.fosnaric@gmail.com>
Date: Fri, 14 Mar 2014 09:36:05 +0000
Subject: [PATCH] Added filaments inside the vesicle. TODO: tape etc.

---
 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