From 074a178761daa61a419ef9c2f38f9cd7adc0cdc7 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Thu, 07 Jun 2012 13:25:08 +0000
Subject: [PATCH] Added sh_init and sh_free for given datastructure.

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

diff --git a/src/sh.h b/src/sh.h
index 1255f52..e667b3e 100644
--- a/src/sh.h
+++ b/src/sh.h
@@ -6,4 +6,6 @@
 ts_double shY(ts_int l,ts_int m,ts_double theta,ts_double fi);
 
 
+ts_bool precomputeShCoeff(ts_spharm *sph);
+
 #endif

--
Gitblit v1.9.3