From eb86057daf38a5964f0dc570243b8e60d299f2ac Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 07 Jun 2012 13:38:49 +0000 Subject: [PATCH] Ylmi swithed back to ts_spharm --- src/general.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/general.h b/src/general.h index 2fe0ee2..0c1526b 100644 --- a/src/general.h +++ b/src/general.h @@ -151,7 +151,6 @@ ts_double xk; ts_double c; ts_uint id; - ts_double **Ylm; ts_double projArea; ts_double relR; ts_double solAngle; @@ -219,6 +218,7 @@ ts_uint i; ts_double **ulm; ts_double **co; + ts_double ***Ylmi; } ts_spharm; -- Gitblit v1.9.3