summaryrefslogtreecommitdiff
path: root/src/Panorama.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-16 18:57:02 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-16 18:57:02 +0100
commite6ce5c34e610f27a6b0f7810918bf638c49c72d7 (patch)
tree026754ba96f4a3a8efc2bd6ca5b2347c329e198d /src/Panorama.H
parentca4c449ba9f3a40f8ac2c79a48f3d31144a1fafe (diff)
various fixes
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 4db046e..60ccb8e 100644
--- a/src/Panorama.H
+++ b/src/Panorama.H
@@ -133,6 +133,6 @@ class Panorama {
void set_distortion_params(double k0, double k1);
- int get_coordinates(double a_view, double a_nick, double *x, double *y);
+ int get_coordinates(double a_alph, double a_nick, double *x, double *y);
};
#endif