From 621830b501728adb038b37281bd23d678a3c053d Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 07 Jun 2012 12:15:54 +0000 Subject: [PATCH] Moved Ylmi into vertex_ts datastructure, since it is vertex related --- src/general.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/general.h b/src/general.h index b775bd2..2fe0ee2 100644 --- a/src/general.h +++ b/src/general.h @@ -151,6 +151,7 @@ ts_double xk; ts_double c; ts_uint id; + ts_double **Ylm; ts_double projArea; ts_double relR; ts_double solAngle; @@ -216,9 +217,8 @@ typedef struct { ts_uint l; ts_uint i; - ts_double ***Ylmi; ts_double **ulm; - ts_uint **co; + ts_double **co; } ts_spharm; -- Gitblit v1.9.3