Ref T773, style

This commit is contained in:
Klaus Basan
2020-02-20 02:20:53 +01:00
committed by Mat Sutcliffe
parent e611f5109d
commit f2096bd826
5 changed files with 14 additions and 14 deletions

View File

@@ -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());
}

View File

@@ -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)
{