summaryrefslogtreecommitdiff
path: root/src/Hill.cxx
diff options
context:
space:
mode:
authorJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-13 17:09:19 +0000
committerJohannes Hofmann <johannes.hofmann@gmx.de>2005-04-13 17:09:19 +0000
commita25441aaab4c15bc5a0dba9dbd4d26cc36780163 (patch)
tree5825cce00541c766f1f25fdb12c889dbae935495 /src/Hill.cxx
parent9002a841a37a4dc4acd1c55e56a5e778156a5622 (diff)
es geht voran
es geht voran
Diffstat (limited to 'src/Hill.cxx')
-rw-r--r--src/Hill.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Hill.cxx b/src/Hill.cxx
index 18cc353..e3d999c 100644
--- a/src/Hill.cxx
+++ b/src/Hill.cxx
@@ -1,5 +1,5 @@
//
-// "$Id: Hill.cxx,v 1.1 2005/04/13 18:07:16 hofmann Exp $"
+// "$Id: Hill.cxx,v 1.2 2005/04/13 19:09:19 hofmann Exp $"
//
// PSEditWidget routines.
//
@@ -31,6 +31,7 @@ Mountain::Mountain(const char *n, double p, double l, double h) {
phi = p;
lam = l;
height = h;
+ alph = 0.0;
next = NULL;
next_visible = NULL;
}