From 384af9d04809481663a9fb350212b5e5880955aa Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Mon, 06 Jul 2020 12:13:19 +0000
Subject: [PATCH] Eigenvalues calculated wrongly

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

diff --git a/src/general.h b/src/general.h
index 2dd63d8..4388e2c 100644
--- a/src/general.h
+++ b/src/general.h
@@ -158,6 +158,10 @@
         ts_double solAngle;
 		struct ts_poly *grafted_poly;
 		struct ts_cluster *cluster;
+	ts_double edge_x[14];
+	ts_double edge_y[14];
+	ts_double edge_z[14];
+
 };
 typedef struct ts_vertex ts_vertex;
 

--
Gitblit v1.9.3