summaryrefslogtreecommitdiff
path: root/include/common/geom.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/common/geom.h')
-rw-r--r--include/common/geom.h2
1 files changed, 1 insertions, 1 deletions
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 @@
12 * Type: IntVector 12 * Type: IntVector
13 * An abstract 1-D vector. 13 * An abstract 1-D vector.
14 */ 14 */
15typedef int32_t IntVector; 15typedef int64_t IntVector;
16 16
17/** 17/**
18 * Type: RealVector 18 * Type: RealVector