#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