From: durk Date: Fri, 30 Jan 2009 21:15:48 +0000 (+0000) Subject: And some more cleanup. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9a19c238a9d942320f8c399b6c63240482d11168;p=flightgear.git And some more cleanup. --- diff --git a/src/AIModel/AIFlightPlanCreate.cxx b/src/AIModel/AIFlightPlanCreate.cxx index 6df509e4a..7cb19bf5f 100644 --- a/src/AIModel/AIFlightPlanCreate.cxx +++ b/src/AIModel/AIFlightPlanCreate.cxx @@ -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