diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-01-16 15:30:02 +0100 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-01-16 15:30:02 +0100 |
commit | d5f04f65ca793753ed8dc5ad31c99b30dee863f8 (patch) | |
tree | e0224869de5675f3ba8418ca7df6e8fb62d45f66 /src | |
parent | 554299503aa2ae4d7896d59bf35f8eff169f02b9 (diff) |
add comment
Diffstat (limited to 'src')
-rw-r--r-- | src/Panorama.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Panorama.cxx b/src/Panorama.cxx index fbbdac3..27e4ab0 100644 --- a/src/Panorama.cxx +++ b/src/Panorama.cxx @@ -468,6 +468,7 @@ Panorama::nick(Hill *m) { return beta - pi_d / 2.0; } +// return local distance to center of WGS84 ellipsoid double Panorama::get_earth_radius(double phi) { double a = 6378137.000; |