From 2ae815f58a40d4b86f5183d7e2ec406d5e0f5d65 Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Wed, 09 May 2018 14:47:15 +0000
Subject: [PATCH] Prepared for stretching

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

diff --git a/src/general.h b/src/general.h
index a0e31a5..9a8feab 100644
--- a/src/general.h
+++ b/src/general.h
@@ -195,6 +195,7 @@
 	ts_double znorm;
     ts_double area; // firstly needed for sh.c
     ts_double volume; // firstly needed for sh.c
+	ts_double energy;
 };
 typedef struct ts_triangle ts_triangle;
 
@@ -268,6 +269,8 @@
 	long int pswitch;
     long int constvolswitch;
     long int constareaswitch;
+	long int stretchswitch;
+	ts_double xkA0;
     ts_double constvolprecision;
     	char *multiprocessing;
    	long int brezveze0;

--
Gitblit v1.9.3