diff options
author | Adam NAILI | 2017-12-31 17:52:59 +0100 |
---|---|---|
committer | Adam NAILI | 2017-12-31 17:52:59 +0100 |
commit | 3e6c3cea17042e83d8e48b87abd89c617a2f70f3 (patch) | |
tree | 0d6b22c672e670daa3cb464668500535af0ee988 /include/common | |
parent | e275a679a1fb9377dd1a74329420ce6e95a03da3 (diff) | |
parent | f1d17a0bb9d1ba98cc94488ecbdb539f123b33ab (diff) | |
download | morpher-3e6c3cea17042e83d8e48b87abd89c617a2f70f3.tar.gz |
Merge remote-tracking branch 'origin/gui'
Diffstat (limited to 'include/common')
-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 |