From 6bc95bfe19012a33f185adf1476e623d98d33465 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@fe.uni-lj.si> Date: Tue, 16 Dec 2014 20:30:08 +0000 Subject: [PATCH] Added missing header file --- src/general.h | 12 +++++++++--- 1 files changed, 9 insertions(+), 3 deletions(-) diff --git a/src/general.h b/src/general.h index 3238245..98d2336 100644 --- a/src/general.h +++ b/src/general.h @@ -223,8 +223,11 @@ typedef struct { ts_uint l; ts_double **ulm; + ts_double **ulmReal; gsl_complex **ulmComplex; ts_double **sumUlm2; + ts_double **sumUlm2Old; + ts_double **sumUlm2Real; ts_uint N; ts_double **co; ts_double ***Ylmi; @@ -261,6 +264,7 @@ long int R_nucleus; long int pswitch; long int constvolswitch; + long int constareaswitch; ts_double constvolprecision; char *multiprocessing; long int brezveze0; @@ -305,7 +309,7 @@ ts_int pswitch; ts_tape *tape; ts_double R_nucleus; - + ts_double area; } ts_vesicle; @@ -313,8 +317,10 @@ /* GLOBAL VARIABLES */ int quiet; - - +ts_double V0; +ts_double A0; +ts_double epsvol; +ts_double epsarea; /* FUNCTIONS */ /** Non-fatal error function handler: -- Gitblit v1.9.3