Revert "JSBSim fix: /velocities/mach was reported as totale mach speed"
This reverts commit 4dde865cbc
.
This commit is contained in:
parent
4b2fcaa685
commit
00aacd6442
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Reference in a new issue