Formatting and minor tweaks/renamings

This commit is contained in:
Klaus Basan
2018-05-07 11:44:13 +02:00
committed by Roland Winklmeier
parent 6d105b9665
commit 7aef1dcbbc
6 changed files with 11 additions and 21 deletions

View File

@@ -535,7 +535,7 @@ namespace BlackMisc
return false;
}
const CLength &CAircraftSituation::getGroundElevationDistance() const
const CLength &CAircraftSituation::getGroundElevationRadius() const
{
if (!this->hasGroundElevation()) { return CLength::null(); }
return m_groundElevationPlane.getRadius();