From: curt Date: Wed, 6 Jun 2001 17:11:35 +0000 (+0000) Subject: Debugging output. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=70cfe7e606b6fadb1aa95c515a07c66f57039a0b;p=flightgear.git Debugging output. --- diff --git a/src/FDM/LaRCsim.cxx b/src/FDM/LaRCsim.cxx index a43d59875..e2cdc0b45 100644 --- a/src/FDM/LaRCsim.cxx +++ b/src/FDM/LaRCsim.cxx @@ -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; }