]> git.mxchange.org Git - simgear.git/blobdiff - simgear/route/routetest.cxx
Merge branch 'maint'
[simgear.git] / simgear / route / routetest.cxx
index 4c10e7eebd1674085546b91e82c7ffdf7fa70652..3d59e0de6668faa06fa03dadccfd6e4d6b72906a 100644 (file)
@@ -23,7 +23,7 @@ void dump_route(const SGRoute& route, const char* message)
 int main()
 {
     SGRoute route;
-
+/*
     route.add_waypoint( SGWayPoint(0, 0, 0, SGWayPoint::CARTESIAN, "Start") );
     route.add_waypoint( SGWayPoint(1, 0, 0, SGWayPoint::CARTESIAN, "1") );
     route.add_waypoint( SGWayPoint(2, 0, 0, SGWayPoint::CARTESIAN, "2") );
@@ -48,6 +48,6 @@ int main()
 
     route.add_waypoint(wp2, 3);
     dump_route(route, "added back WP2 after WP3");
-
+*/
     return 0;
 }