summaryrefslogtreecommitdiff
path: root/src/ProjectionLSQ.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-29 17:12:51 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-03-29 17:12:51 +0200
commit0b787cb933393fb86f942769d91bbbb8b921b064 (patch)
tree3cf309b556f16d6c7d5eb1d495c9966215356c4b /src/ProjectionLSQ.cxx
parent513fff82ab281c6b6017ee176eccabb85bdabedb (diff)
style
Diffstat (limited to 'src/ProjectionLSQ.cxx')
-rw-r--r--src/ProjectionLSQ.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ProjectionLSQ.cxx b/src/ProjectionLSQ.cxx
index 45fd76b..d486fe2 100644
--- a/src/ProjectionLSQ.cxx
+++ b/src/ProjectionLSQ.cxx
@@ -19,9 +19,6 @@
double ProjectionLSQ::pi = asin(1.0) * 2.0;
-ProjectionLSQ::ProjectionLSQ() {
-}
-
double
ProjectionLSQ::sec(double a) {
return 1.0 / cos(a);