Trisurf Monte Carlo simulator
Samo Penic
2016-02-16 f0bcead40eea062fb556e142f6f1f7a7240bc144
commit | author | age
459ff9 1 #ifndef _H_SH_COMPLEX
SP 2 #define _H_SH_COMPLEX
3 #include "general.h"
4 ts_bool storeUlmComplex2(ts_vesicle *vesicle);
5 ts_spharm *complex_sph_init(ts_vertex_list *vlist, ts_uint l);
6 ts_bool complex_sph_free(ts_spharm *sph);
7 ts_bool calculateUlmComplex(ts_vesicle *vesicle);
22cdfd 8 ts_double calculateKc(ts_vesicle *vesicle, ts_int lmin, ts_int lmax);
459ff9 9 #endif