From 70cfe7e606b6fadb1aa95c515a07c66f57039a0b Mon Sep 17 00:00:00 2001 From: curt Date: Wed, 6 Jun 2001 17:11:35 +0000 Subject: [PATCH] Debugging output. --- src/FDM/LaRCsim.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5