diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/common/geom.h | 2 |
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 | */ |
15 | typedef int32_t IntVector; | 15 | typedef int64_t IntVector; |
16 | 16 | ||
17 | /** | 17 | /** |
18 | * Type: RealVector | 18 | * Type: RealVector |