From 3b39021cfdf157d35ce3475fb33b2c7a35bce676 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Wed, 27 Jun 2012 14:09:49 +0000
Subject: [PATCH] Debugged the spherical harmonics

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

diff --git a/src/sh.h b/src/sh.h
index 67aeb59..93bed39 100644
--- a/src/sh.h
+++ b/src/sh.h
@@ -2,10 +2,10 @@
 #define _H_SH
 #include "general.h"
 
-ts_double plgndr(ts_int l, ts_int m, ts_float x);
+ts_double plgndr(ts_int l, ts_int m, ts_double x);
 ts_double shY(ts_int l,ts_int m,ts_double theta,ts_double fi);
 
-
+ts_bool *cart2sph(ts_coord *coord, ts_double x, ts_double y, ts_double z);
 ts_bool precomputeShCoeff(ts_spharm *sph);
 ts_spharm *sph_init(ts_vertex_list *vlist, ts_uint l);
 ts_bool sph_free(ts_spharm *sph);

--
Gitblit v1.9.3