summaryrefslogtreecommitdiff
path: root/include/common
diff options
context:
space:
mode:
authorAdam NAILI2017-12-31 17:52:59 +0100
committerAdam NAILI2017-12-31 17:52:59 +0100
commit3e6c3cea17042e83d8e48b87abd89c617a2f70f3 (patch)
tree0d6b22c672e670daa3cb464668500535af0ee988 /include/common
parente275a679a1fb9377dd1a74329420ce6e95a03da3 (diff)
parentf1d17a0bb9d1ba98cc94488ecbdb539f123b33ab (diff)
downloadmorpher-3e6c3cea17042e83d8e48b87abd89c617a2f70f3.tar.gz
Merge remote-tracking branch 'origin/gui'
Diffstat (limited to 'include/common')
-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