diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-27 11:36:42 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-27 11:36:42 +0100 |
commit | 73e6a060b0e7a7eb4f96448941282e3c7fbaeee0 (patch) | |
tree | a071ef9cbb81a7d2453514604d8ba1cda0e08711 /src | |
parent | ce3d95455f4a5b7372b6ba4676f1692ae73569f9 (diff) |
style
Diffstat (limited to 'src')
-rw-r--r-- | src/Panorama.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx index ad0fdf4..e52b55c 100644 --- a/src/Panorama.cxx +++ b/src/Panorama.cxx @@ -348,8 +348,7 @@ Panorama::update_close_mountains() { if (m->flags & Hill::TRACK_POINT || ((m->phi != view_phi || m->lam != view_lam) && - (m->height / (m->dist * EARTH_RADIUS) - > height_dist_ratio))) { + (m->height / (m->dist * EARTH_RADIUS) > height_dist_ratio))) { m->a_nick = nick(m); close_mountains->add(m); |