From 383644169457b45c9c6bc047c469c8e1ca1d2562 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Mon, 15 Feb 2016 15:17:46 +0000 Subject: [PATCH] Removed object file --- src/general.h | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/general.h b/src/general.h index c768c0f..393eafe 100644 --- a/src/general.h +++ b/src/general.h @@ -261,6 +261,7 @@ long int R_nucleus; long int pswitch; long int constvolswitch; + long int constareaswitch; ts_double constvolprecision; char *multiprocessing; long int brezveze0; @@ -305,7 +306,7 @@ ts_int pswitch; ts_tape *tape; ts_double R_nucleus; - + ts_double area; } ts_vesicle; @@ -314,8 +315,9 @@ int quiet; ts_double V0; +ts_double A0; ts_double epsvol; - +ts_double epsarea; /* FUNCTIONS */ /** Non-fatal error function handler: -- Gitblit v1.9.3