1
0
Fork 0

Revert to pre-wind-sticking ground reaction forces until they can be debugged.

This commit is contained in:
curt 2001-12-09 05:14:48 +00:00
parent dcf937e39f
commit 9d54df6d87

View file

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