summaryrefslogtreecommitdiff
path: root/src/ProjectionLSQ.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-05-28 19:22:39 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-05-28 19:22:39 +0200
commit83699b53de7288b1ffb5a4c901730bee32524f4d (patch)
treed6e929015630324b9e85d674af335c704d0cb1f2 /src/ProjectionLSQ.H
parent47dbcc5c434c293da10039eb56a8393926b3137a (diff)
parent2dfdc09969b8c32887cb45b6f7ff286227ddfd27 (diff)
merge projection fixes
Diffstat (limited to 'src/ProjectionLSQ.H')
-rw-r--r--src/ProjectionLSQ.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ProjectionLSQ.H b/src/ProjectionLSQ.H
index 44cc91d..d937114 100644
--- a/src/ProjectionLSQ.H
+++ b/src/ProjectionLSQ.H
@@ -17,6 +17,7 @@ class ProjectionLSQ {
int lsq(const Hills *m, ViewParams *parms, int distortion_correct);
protected:
+ static double pi;
double sec(double a);
public: