]> git.mxchange.org Git - flightgear.git/commitdiff
And some more cleanup.
authordurk <durk>
Fri, 30 Jan 2009 21:15:48 +0000 (21:15 +0000)
committerTim Moore <timoore@redhat.com>
Sun, 1 Feb 2009 23:58:00 +0000 (00:58 +0100)
src/AIModel/AIFlightPlanCreate.cxx

index 6df509e4a208eb3f545b5104b04458eb11797ea6..7cb19bf5f905198de93cf463445983d05974e0d7 100644 (file)
@@ -347,9 +347,9 @@ void FGAIFlightPlan::createTakeOff(FGAIAircraft *ac, bool firstFlight, FGAirport
     // dT = dT / Acceleration
     //d = (Vf^2 - Vo^2) / (2*a)
     double accelTime = (vRotate - 15) / accel;
-    cerr << "Using " << accelTime << " as total acceleration time" << endl;
+    //cerr << "Using " << accelTime << " as total acceleration time" << endl;
     double accelDistance = (vRotate*vRotate - 15*15) / (2*accel);
-    cerr << "Using " << accelDistance << " " << accel << " " << vRotate << endl;
+    //cerr << "Using " << accelDistance << " " << accel << " " << vRotate << endl;
     waypoint *wpt;
     // Get the current active runway, based on code from David Luff
     // This should actually be unified and extended to include