Trisurf Monte Carlo simulator
Samo Penic
2014-12-16 6bc95bfe19012a33f185adf1476e623d98d33465
Added missing header file
1 files added
10 ■■■■■ changed files
src/shreal.h 10 ●●●●● patch | view | raw | blame | history
src/shreal.h
New file
@@ -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