mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-31 12:55:33 +08:00
Style
This commit is contained in:
@@ -58,7 +58,7 @@ namespace BlackMisc
|
||||
|
||||
Q_ASSERT_X(m_tsAdjustedSortHint == CAircraftSituationList::AdjustedTimestampLatestFirst || this->isSortedAdjustedLatestFirstWithoutNullPositions(), Q_FUNC_INFO, "Need sorted situations without NULL positions");
|
||||
const CAircraftSituationChange simpleChange(*this, model.getCG(), model.isVtol(), true, false);
|
||||
int c = 0;
|
||||
int c = 0; // changed elevations
|
||||
bool latest = true;
|
||||
|
||||
for (CAircraftSituation &s : *this)
|
||||
@@ -66,8 +66,8 @@ namespace BlackMisc
|
||||
const bool set = s.setGroundElevationChecked(elevationPlane, info);
|
||||
if (set)
|
||||
{
|
||||
// change is only valid for the latest situation
|
||||
// this will do nothing if not appropriate
|
||||
// simpleChange is only valid for the latest situation
|
||||
// this will do nothing if not appropriate!
|
||||
s.guessOnGround(latest ? simpleChange : CAircraftSituationChange::null(), model);
|
||||
c++;
|
||||
}
|
||||
|
||||
@@ -23,7 +23,7 @@ namespace BlackMisc
|
||||
{
|
||||
namespace Simulation
|
||||
{
|
||||
//! Value object encapsulating a list of distributors.
|
||||
//! Value object encapsulating a list of setups.
|
||||
class BLACKMISC_EXPORT CInterpolationSetupList :
|
||||
public CSequence<CInterpolationAndRenderingSetupPerCallsign>,
|
||||
public Aviation::ICallsignObjectList<CInterpolationAndRenderingSetupPerCallsign, CInterpolationSetupList>,
|
||||
|
||||
Reference in New Issue
Block a user