X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=simgear%2Froute%2Froutetest.cxx;h=3d59e0de6668faa06fa03dadccfd6e4d6b72906a;hb=2e93b06ac0874f1cee1e22dc30777a0066ef289b;hp=4c10e7eebd1674085546b91e82c7ffdf7fa70652;hpb=d4c7e950927b1e19a7a7622a7919f32233a6b7a8;p=simgear.git diff --git a/simgear/route/routetest.cxx b/simgear/route/routetest.cxx index 4c10e7ee..3d59e0de 100644 --- a/simgear/route/routetest.cxx +++ b/simgear/route/routetest.cxx @@ -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; }