diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-29 17:12:51 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2009-03-29 17:12:51 +0200 |
commit | 0b787cb933393fb86f942769d91bbbb8b921b064 (patch) | |
tree | 3cf309b556f16d6c7d5eb1d495c9966215356c4b | |
parent | 513fff82ab281c6b6017ee176eccabb85bdabedb (diff) |
style
-rw-r--r-- | src/ProjectionLSQ.H | 2 | ||||
-rw-r--r-- | src/ProjectionLSQ.cxx | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/src/ProjectionLSQ.H b/src/ProjectionLSQ.H index 13e2c8f..626c513 100644 --- a/src/ProjectionLSQ.H +++ b/src/ProjectionLSQ.H @@ -26,7 +26,7 @@ class ProjectionLSQ { CYLINDRICAL = 1 } Projection_t; - ProjectionLSQ(); + ProjectionLSQ() {}; virtual ~ProjectionLSQ() {}; void get_coordinates(double a_view, double a_nick, 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); |