Trisurf Monte Carlo simulator
Samo Penic
2018-06-26 0661f62a1a4b5bc87310421d198e7df8538c7363
src/shcomplex.h
@@ -1,3 +1,4 @@
/* vim: set ts=4 sts=4 sw=4 noet : */
#ifndef _H_SH_COMPLEX
#define _H_SH_COMPLEX
#include "general.h"
@@ -6,4 +7,5 @@
ts_bool complex_sph_free(ts_spharm *sph);
ts_bool calculateUlmComplex(ts_vesicle *vesicle);
ts_double calculateKc(ts_vesicle *vesicle, ts_int lmin, ts_int lmax);
ts_double get_absolute_ulm2(ts_vesicle *vesicle, int l, int m);
#endif