summaryrefslogtreecommitdiff
path: root/include/common/time.h
diff options
context:
space:
mode:
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