]> git.mxchange.org Git - flightgear.git/commitdiff
Revert to pre-wind-sticking ground reaction forces until they can be debugged.
authorcurt <curt>
Sun, 9 Dec 2001 05:14:48 +0000 (05:14 +0000)
committercurt <curt>
Sun, 9 Dec 2001 05:14:48 +0000 (05:14 +0000)
src/FDM/JSBSim/FGGroundReactions.cpp

index 9156f28e4a6481dc7c0c875f92edc50ae72abff6..5d478f6a7b3c35d02cd1d44b0189e6358034ff55 100644 (file)
@@ -78,6 +78,7 @@ bool FGGroundReactions::Run(void)
       }
 
       // Only execute this code when the aircraft ground speed is very, very small.
+      /*
       if (fabs(Translation->GetUVW(eX)) < 0.1 &&
           fabs(Translation->GetUVW(eZ)) < 0.1)
       {
@@ -124,6 +125,7 @@ bool FGGroundReactions::Run(void)
 
         vMoments(eZ) = -(Aerodynamics->GetMoments(eZ) + Propulsion->GetMoments(eZ));
       }
+      */
     } else {
       // Crash Routine
     }