From 9bf6ee3e299ae9d5627c15814bfad56bf47e9917 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Thu, 07 Jun 2012 21:08:30 +0000 Subject: [PATCH] preparationSh seems to work ok -- but it was not debugged. calculateYlmi does not work --- src/sh.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/sh.c b/src/sh.c index 12a6ce4..27b67aa 100644 --- a/src/sh.c +++ b/src/sh.c @@ -120,7 +120,9 @@ } +/** @brief: Precomputes coefficients that are required for spherical harmonics computations. +*/ ts_bool precomputeShCoeff(ts_spharm *sph){ ts_int i,j,al,am; ts_double **co=sph->co; -- Gitblit v1.9.3