Revert to pre-wind-sticking ground reaction forces until they can be debugged.
This commit is contained in:
parent
dcf937e39f
commit
9d54df6d87
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue