1
0
Fork 0

Revert "JSBSim fix: /velocities/mach was reported as totale mach speed"

This reverts commit 4dde865cbc.
This commit is contained in:
janodesbois 2013-10-31 20:21:13 +01:00
parent 4b2fcaa685
commit 00aacd6442

View file

@ -785,7 +785,7 @@ bool FGJSBsim::copy_from_JSBsim()
Auxiliary->GetEulerRates(FGJSBBase::eTht),
Auxiliary->GetEulerRates(FGJSBBase::ePsi) );
_set_Mach_number( Auxiliary->GetMachU() );
_set_Mach_number( Auxiliary->GetMach() );
// Positions of Visual Reference Point
FGLocation l = Auxiliary->GetLocationVRP();