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 |