summaryrefslogtreecommitdiff
path: root/include/common/time.h
diff options
context:
space:
mode:
authorpacien2017-12-28 01:24:14 +0100
committerpacien2017-12-28 01:27:14 +0100
commita1aa852d6e443394f79e7d1198b0bc2e5e6d2d66 (patch)
tree15468db1c658e9f93adc95e6d5c087c8bea01a4c /include/common/time.h
parentc502b20bac91ebc9128c2e3a586391fcabd84b6b (diff)
parent330fd85db8c89c178621d978929d911bbe93fec7 (diff)
downloadmorpher-a1aa852d6e443394f79e7d1198b0bc2e5e6d2d66.tar.gz
Merge branch 'morpher'
Signed-off-by: pacien <pacien.trangirard@pacien.net>
Diffstat (limited to 'include/common/time.h')
-rw-r--r--include/common/time.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/common/time.h b/include/common/time.h
index 54a7bb2..e207ad7 100644
--- a/include/common/time.h
+++ b/include/common/time.h
@@ -5,6 +5,8 @@
5 * File: time.h 5 * File: time.h
6 */ 6 */
7 7
8#include "geom.h"
9
8/** 10/**
9 * Constants: Time vectors 11 * Constants: Time vectors
10 * 12 *
@@ -18,6 +20,6 @@
18 * Type: TimeVector 20 * Type: TimeVector
19 * An abstract time vector. 21 * An abstract time vector.
20 */ 22 */
21typedef float TimeVector; 23typedef RealVector TimeVector;
22 24
23#endif 25#endif