Trisurf Monte Carlo simulator
Samo Penic
2014-12-16 fda1ab6babed79842534b3a21a6ee96bc26f9d93
src/general.h
@@ -223,8 +223,11 @@
typedef struct {
    ts_uint l;
    ts_double **ulm;
    ts_double **ulmReal;
    gsl_complex **ulmComplex;
    ts_double **sumUlm2;
    ts_double **sumUlm2Old;
    ts_double **sumUlm2Real;
    ts_uint N;
    ts_double **co;
    ts_double ***Ylmi;