From 3006183b769f2e126b1a96e6bf697c2b7f657df7 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Sun, 26 Apr 2020 17:35:26 +0000 Subject: [PATCH] Code for incremental adding of inclusions done --- src/initial_distribution.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/initial_distribution.h b/src/initial_distribution.h index e54ee08..8af71f8 100644 --- a/src/initial_distribution.h +++ b/src/initial_distribution.h @@ -22,6 +22,8 @@ * @param *vlist is a pointer to list of vertices * @returns TS_SUCCESS on success, TS_FAIL otherwise */ +ts_bool add_vertices_with_c0(ts_vesicle *vesicle, ts_int n, ts_double c0, ts_double w); + ts_bool pentagonal_dipyramid_vertex_distribution(ts_vertex_list *vlist); /** Finds the neighbouring vertices and add them to a list of each vertex -- Gitblit v1.9.3