Trisurf Monte Carlo simulator
Samo Penic
2014-04-21 459ff94855b2659de14ac2ac902b9658d28e19d5
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);
8 #endif