summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-01-03 23:37:46 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-01-03 23:37:46 +0100
commit554299503aa2ae4d7896d59bf35f8eff169f02b9 (patch)
tree1f7cdc539c9363a3f7bdf02c9f51709cee3f1abe /src/Panorama.H
parent94f00e4e823ffd21f7543b300c1b87c271bff280 (diff)
use WGS84 elipsoid
Diffstat (limited to 'src/Panorama.H')
-rw-r--r--src/Panorama.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Panorama.H b/src/Panorama.H
index 651fe8e..cb7dff7 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -41,7 +41,7 @@ class Panorama {
double alpha(double phi, double lam);
- double nick(double dist, double height);
+ double nick(Hill *m);
double comp_center_angle(double alph_a, double alph_b, double d1, double d2);