From 6bc95bfe19012a33f185adf1476e623d98d33465 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Tue, 16 Dec 2014 20:30:08 +0000 Subject: [PATCH] Added missing header file --- src/shcomplex.h | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/src/shcomplex.h b/src/shcomplex.h index 8968b31..c3174db 100644 --- a/src/shcomplex.h +++ b/src/shcomplex.h @@ -1,9 +1,11 @@ #ifndef _H_SH_COMPLEX #define _H_SH_COMPLEX #include "general.h" + ts_bool storeUlmComplex2(ts_vesicle *vesicle); ts_spharm *complex_sph_init(ts_vertex_list *vlist, ts_uint l); ts_bool complex_sph_free(ts_spharm *sph); ts_bool calculateUlmComplex(ts_vesicle *vesicle); -ts_bool calculateKc(ts_vesicle *vesicle); +ts_double calculateKc(ts_vesicle *vesicle, ts_int lmin, ts_int lmax); +ts_bool saveAvgUlm2Complex(ts_vesicle *vesicle); #endif -- Gitblit v1.9.3