From fda1ab6babed79842534b3a21a6ee96bc26f9d93 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Tue, 16 Dec 2014 14:47:56 +0000
Subject: [PATCH] Real spherical harmonics are programmed. Inefficiently, but for testing purposes they works.

---
 src/general.h |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/general.h b/src/general.h
index 393eafe..98d2336 100644
--- a/src/general.h
+++ b/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;

--
Gitblit v1.9.3