From 8493be19b22681868f4f6686da592f4d149cdf05 Mon Sep 17 00:00:00 2001 From: Samo Penic <samo.penic@gmail.com> Date: Wed, 07 Oct 2020 12:43:06 +0000 Subject: [PATCH] Debugged eigenvector problems --- src/general.h | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/general.h b/src/general.h index c9cc537..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; @@ -219,7 +223,7 @@ ts_cell **cell; ts_double dcell; ts_double shift; - ts_double max_occupancy; + ts_uint max_occupancy; ts_double dmin_interspecies; } ts_cell_list; -- Gitblit v1.9.3