From 854cb6571e100b4259ca70861a226a0d8a14c2c1 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@fe.uni-lj.si>
Date: Mon, 15 Feb 2016 14:22:04 +0000
Subject: [PATCH] First attempt to add additional info to the vtu files as formatted xml. Pegs are still missing, however the vesicle is done

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

diff --git a/src/general.h b/src/general.h
index e35310b..393eafe 100644
--- a/src/general.h
+++ b/src/general.h
@@ -261,6 +261,8 @@
 	long int R_nucleus;
 	long int pswitch;
     long int constvolswitch;
+    long int constareaswitch;
+    ts_double constvolprecision;
     	char *multiprocessing;
    	long int brezveze0;
     	long int brezveze1;
@@ -304,7 +306,7 @@
 	ts_int pswitch;
     ts_tape *tape;
 	ts_double R_nucleus;
-
+    ts_double area;
 } ts_vesicle;
 
 
@@ -312,8 +314,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