From 39ff57c7adf4fb04fffa2f3093aaa5fafdddaa74 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Thu, 11 Sep 2014 15:43:16 +0000
Subject: [PATCH] started with trisurf scripts

---
 src/general.h |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/src/general.h b/src/general.h
index e35310b..c768c0f 100644
--- a/src/general.h
+++ b/src/general.h
@@ -261,6 +261,7 @@
 	long int R_nucleus;
 	long int pswitch;
     long int constvolswitch;
+    ts_double constvolprecision;
     	char *multiprocessing;
    	long int brezveze0;
     	long int brezveze1;
@@ -312,7 +313,8 @@
 /* GLOBAL VARIABLES */
 
 int quiet;
-
+ts_double V0;
+ts_double epsvol;
 
 /* FUNCTIONS */
 

--
Gitblit v1.9.3