What time unit is this ?

This commit is contained in:
Mathieu Lacage
2010-07-07 16:57:19 +02:00
parent 3f330b7a01
commit 82a8fef4c9

View File

@@ -28,8 +28,8 @@ Waypoint::Waypoint (const Time &waypointTime, const Vector &waypointPosition)
position (waypointPosition)
{}
Waypoint::Waypoint ()
: time (0.0),
position (0,0,0)
: time (Seconds (0.0)),
position (0,0,0)
{}
std::ostream &operator << (std::ostream &os, const Waypoint &waypoint)