summaryrefslogtreecommitdiff
path: root/src/Hill.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-17 15:20:24 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2006-12-17 15:20:24 +0100
commit6ee81353d9dd4a9a97f8e91d6a619e59808f8106 (patch)
treec292ea284347d0bd14d168ba2904223e842a165c /src/Hill.cxx
parent528a1ebe1491d9f9d55e0d53d11a16729b2bd39b (diff)
remove Hill.a_view
Diffstat (limited to 'src/Hill.cxx')
-rw-r--r--src/Hill.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Hill.cxx b/src/Hill.cxx
index 0504eeb..9b68c92 100644
--- a/src/Hill.cxx
+++ b/src/Hill.cxx
@@ -30,8 +30,6 @@ Hill::Hill(const Hill& h) {
lam = h.lam;
height = h.height;
alph = h.alph;
- a_view = h.a_view;
- a_view = h.a_view;
dist = h.dist;
x = h.x;
y = h.y;