Trisurf Monte Carlo simulator
Samo Penic
2014-04-23 f06f5f9ad1e42a10d6a9367513e66c0c06295de2
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);
f06f5f 8 ts_bool calculateKc(ts_vesicle *vesicle);
459ff9 9 #endif