summaryrefslogtreecommitdiff
path: root/include/common/time.h
diff options
context:
space:
mode:
authorpacien2017-12-28 01:19:45 +0100
committerpacien2017-12-28 01:19:45 +0100
commitc29e4ecb7de4cb10f48b2526bc1abae847c718e2 (patch)
tree03b439e2ed82ddab30823a8782cfdb8ebce1a349 /include/common/time.h
parentf5ff85f3c7e7d6bf11a423c497d2b3ce76cfafd8 (diff)
downloadmorpher-c29e4ecb7de4cb10f48b2526bc1abae847c718e2.tar.gz
Add new geometry common types and functions
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