Trisurf Monte Carlo simulator
mihaf
2014-05-13 0f9d229fb830435d92cfc73c85aa7771a420286c
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