From 22cdfdcca0212df64e3352a834bbacda5686d732 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Thu, 24 Apr 2014 16:26:12 +0000 Subject: [PATCH] added 3 different calculations for Kc --- src/general.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/general.h b/src/general.h index e47ef1c..8165505 100644 --- a/src/general.h +++ b/src/general.h @@ -3,6 +3,7 @@ #include<stdarg.h> #include<stdio.h> +#include<gsl/gsl_complex.h> /* @brief This is a header file, defining general constants and structures. * @file header.h * @author Samo Penic @@ -222,6 +223,7 @@ typedef struct { ts_uint l; ts_double **ulm; + gsl_complex **ulmComplex; ts_double **sumUlm2; ts_uint N; ts_double **co; -- Gitblit v1.9.3