]> git.mxchange.org Git - flightgear.git/commitdiff
Debugging output.
authorcurt <curt>
Wed, 6 Jun 2001 17:11:35 +0000 (17:11 +0000)
committercurt <curt>
Wed, 6 Jun 2001 17:11:35 +0000 (17:11 +0000)
src/FDM/LaRCsim.cxx

index a43d59875f1f33d512d6a6aafd93b84844a4d62a..e2cdc0b459d66e1c4192f2c0dd14def9558cef5a 100644 (file)
@@ -558,7 +558,7 @@ bool FGLaRCsim::copy_from_LaRCsim() {
     //        get_sin_longitude(), get_cos_longitude());
 
     _set_Climb_Rate( -1 * V_down );
-
+    // cout << "climb rate = " << -V_down * 60 << endl;
     return true;
 }