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/shreal.h | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/src/shreal.h b/src/shreal.h new file mode 100644 index 0000000..c4b66c7 --- /dev/null +++ b/src/shreal.h @@ -0,0 +1,10 @@ +#ifndef _H_SHREAL +#define _H_SHREAL +ts_bool shreal_init(ts_spharm *sph, ts_uint l); +ts_bool shreal_free(ts_spharm *sph); +ts_double factorial(ts_int n); +ts_double ZlmiCoeff(ts_int l, ts_int m); +ts_bool calculateUlmReal(ts_vesicle *vesicle); +ts_bool storeUlm2Real(ts_vesicle *vesicle); +ts_bool saveAvgUlm2Real(ts_vesicle *vesicle); +#endif -- Gitblit v1.9.3