From c29e4ecb7de4cb10f48b2526bc1abae847c718e2 Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 28 Dec 2017 01:19:45 +0100 Subject: Add new geometry common types and functions Signed-off-by: pacien --- include/common/time.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/common/time.h') 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 @@ * File: time.h */ +#include "geom.h" + /** * Constants: Time vectors * @@ -18,6 +20,6 @@ * Type: TimeVector * An abstract time vector. */ -typedef float TimeVector; +typedef RealVector TimeVector; #endif -- cgit v1.2.3