mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 18:25:37 +08:00
Ref T259, Ref T243 removed interpolation hints
* no longer needed with providers in that form * pure refactoring commit, just guarantees compilation * already minor adjustments to use providers
This commit is contained in:
@@ -439,11 +439,8 @@ namespace BlackSimPlugin
|
||||
CInterpolatorMulti *im = m_interpolators[cs];
|
||||
CInterpolationStatus statusInterpolation;
|
||||
CPartsStatus statusParts;
|
||||
CInterpolationHints hints;
|
||||
Q_ASSERT_X(im, Q_FUNC_INFO, "interpolator missing");
|
||||
if (m_hints.contains(cs)) { hints = m_hints[cs]; }
|
||||
hints.setLoggingInterpolation(log);
|
||||
const CAircraftSituation s = im->getInterpolatedSituation(now, setup, hints, statusInterpolation);
|
||||
const CAircraftSituation s = im->getInterpolatedSituation(now, setup, statusInterpolation);
|
||||
const CAircraftParts p = im->getInterpolatedParts(now, setup, statusParts, log);
|
||||
m_countInterpolatedParts++;
|
||||
m_countInterpolatedSituations++;
|
||||
|
||||
Reference in New Issue
Block a user