From 42190fb471120cd6aafc9227081c57f7a0aca68e Mon Sep 17 00:00:00 2001
From: Samo Penic <samo.penic@gmail.com>
Date: Thu, 04 Jul 2019 20:04:10 +0000
Subject: [PATCH] Fixed the max_occupancy double -> int

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

diff --git a/src/general.h b/src/general.h
index c9cc537..2dd63d8 100644
--- a/src/general.h
+++ b/src/general.h
@@ -219,7 +219,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