summaryrefslogtreecommitdiff
path: root/src/ProjectionTangentialLSQ.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-17 14:31:45 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-17 14:31:45 +0100
commitbcef1a8a0555f3cdfb3bb81e0f8073866ead7354 (patch)
tree0944ebb5c913e9f70529a5107cb92f80def2fb4d /src/ProjectionTangentialLSQ.H
parent3197cca5efaf60a38bd353fa50f6b5eb808b87b1 (diff)
first compute view params without distortion correction
Diffstat (limited to 'src/ProjectionTangentialLSQ.H')
-rw-r--r--src/ProjectionTangentialLSQ.H2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ProjectionTangentialLSQ.H b/src/ProjectionTangentialLSQ.H
index f0fa837..4e3f19b 100644
--- a/src/ProjectionTangentialLSQ.H
+++ b/src/ProjectionTangentialLSQ.H
@@ -14,7 +14,7 @@ class ProjectionTangentialLSQ : public Projection {
private:
double comp_scale(double alph_a, double alph_b, double d1, double d2);
- int lsq(const Hills *m, ViewParams *parms);
+ int lsq(const Hills *m, ViewParams *parms, int distortion_correct);
public:
void get_coordinates(double a_view, double a_nick,