mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Fix gcc warnings
This commit is contained in:
@@ -622,7 +622,6 @@ void StarTrackerWorker::update()
|
||||
swgTarget->setEarthOrbitVelocityBcrs(vOrbit);
|
||||
double vLSRK = Astronomy::sunVelocityLSRK(rd);
|
||||
swgTarget->setSunVelocityLsr(vLSRK);
|
||||
double vCorr = vRot + vOrbit + vLSRK;
|
||||
(*it)->push(MainCore::MsgStarTrackerTarget::create(m_starTracker, swgTarget));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user