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 |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/general.h b/src/general.h
index 79da2ba..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
@@ -47,6 +48,8 @@
 #define TS_FAIL 1
 
 /* CONSTANTS */
+
+#define TS_ID_FILAMENT 1
 
 /* DATA TYPES */
 /** @brief Sets the default datatype for ts_double
@@ -213,12 +216,14 @@
     ts_double dcell;
     ts_double shift;
     ts_double max_occupancy;
+	ts_double dmin_interspecies;
 } ts_cell_list;
 
 
 typedef struct {
     ts_uint l;
     ts_double **ulm;
+    gsl_complex **ulmComplex;
     ts_double **sumUlm2;
     ts_uint N;
     ts_double **co;

--
Gitblit v1.9.3