mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T773, style
This commit is contained in:
committed by
Mat Sutcliffe
parent
e611f5109d
commit
f2096bd826
@@ -167,7 +167,7 @@ namespace BlackMisc
|
||||
|
||||
int CElevationPlane::comparePropertyByIndex(const CPropertyIndex &index, const CElevationPlane &elevationPlane) const
|
||||
{
|
||||
Q_UNUSED(index);
|
||||
Q_UNUSED(index)
|
||||
return this->getAltitude().compare(elevationPlane.getAltitude());
|
||||
}
|
||||
|
||||
|
||||
@@ -188,7 +188,7 @@ namespace BlackMisc
|
||||
{
|
||||
// recalculate derivatives only if they changed
|
||||
const bool recalculate = (m_currentTimeMsSinceEpoch >= m_nextSampleAdjustedTime) || // new step
|
||||
(m_situationsLastModified > m_situationsLastModifiedUsed); // modified
|
||||
(m_situationsLastModified > m_situationsLastModifiedUsed); // modified
|
||||
|
||||
if (recalculate)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user