From 4b30bfee527edd88e035b93c1230ddf2101291f6 Mon Sep 17 00:00:00 2001 From: pacien Date: Fri, 29 Dec 2017 03:30:26 +0100 Subject: Use 64 bits integers (avoiding overflows when computing the Delaunay criteria) Signed-off-by: pacien --- include/common/geom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/common/geom.h b/include/common/geom.h index 334e95c..66e6c08 100644 --- a/include/common/geom.h +++ b/include/common/geom.h @@ -12,7 +12,7 @@ * Type: IntVector * An abstract 1-D vector. */ -typedef int32_t IntVector; +typedef int64_t IntVector; /** * Type: RealVector -- cgit v1.2.3