mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Clang format/tidy fixes for radar_site_line
This commit is contained in:
parent
33f92bcda5
commit
ef197bf578
4 changed files with 10 additions and 11 deletions
|
|
@ -295,7 +295,7 @@ GetRadarBeamAltititude(units::length::meters<double> range,
|
|||
units::angle::degrees<double> elevation,
|
||||
units::length::meters<double> height)
|
||||
{
|
||||
static const units::length::meters<double> earthRadius {6367444 * 4/3};
|
||||
static const units::length::meters<double> earthRadius {6367444 * 4 / 3};
|
||||
|
||||
height += earthRadius;
|
||||
|
||||
|
|
|
|||
|
|
@ -135,7 +135,6 @@ GetRadarBeamAltititude(units::length::meters<double> range,
|
|||
units::angle::degrees<double> elevation,
|
||||
units::length::meters<double> height);
|
||||
|
||||
|
||||
} // namespace GeographicLib
|
||||
} // namespace util
|
||||
} // namespace qt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue