summaryrefslogtreecommitdiff
path: root/src/ProjectionLSQ.H
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-05-21 19:47:10 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2008-05-21 19:47:10 +0200
commit7669bc038012eb92bd8d3ae842b236cd406ed074 (patch)
tree521171ab1caf41e8b08d809bd3ede64afc64b180 /src/ProjectionLSQ.H
parentd9c027bb9b4bfb74c41c334fc8cf889d4e244b55 (diff)
rotate in cartesian coordinates
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: