diff options
Diffstat (limited to 'src/Hill.cxx')
-rw-r--r-- | src/Hill.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Hill.cxx b/src/Hill.cxx index 88df3b3..310fd55 100644 --- a/src/Hill.cxx +++ b/src/Hill.cxx @@ -1,5 +1,5 @@ // -// "$Id: Hill.cxx,v 1.9 2005/05/05 11:02:07 hofmann Exp $" +// "$Id: Hill.cxx,v 1.10 2005/05/08 18:00:11 hofmann Exp $" // // PSEditWidget routines. // @@ -25,7 +25,7 @@ #include <stdio.h> #include <string.h> -#include "Mountain.H" +#include "Hill.H" Mountain::Mountain(const char *n, double p, double l, double h) { name = strdup(n); |