Fixed typo setGroundSpeed

This commit is contained in:
Klaus Basan
2016-05-05 12:25:00 +02:00
parent 1a62de8dc3
commit 96189f530b
9 changed files with 18 additions and 18 deletions

View File

@@ -73,7 +73,7 @@ namespace BlackSimPlugin
situation.setPosition(position);
situation.setAltitude(CAltitude(dHigh + dLow, CAltitude::MeanSeaLevel, CLengthUnit::m()));
double groundSpeed = positionVelocity.ground_velocity / 65536.0;
situation.setGroundspeed(CSpeed(groundSpeed, CSpeedUnit::m_s()));
situation.setGroundSpeed(CSpeed(groundSpeed, CSpeedUnit::m_s()));
FS_PBH pbhstrct;
pbhstrct.pbh = positionVelocity.pbh;