summaryrefslogtreecommitdiff
path: root/pegelunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'pegelunit.pas')
-rw-r--r--pegelunit.pas26
1 files changed, 13 insertions, 13 deletions
diff --git a/pegelunit.pas b/pegelunit.pas
index bfa1d6b..77fb546 100644
--- a/pegelunit.pas
+++ b/pegelunit.pas
@@ -92,19 +92,19 @@ implementation
uses math, unit1, myStringListUnit, fileUnit;
const
- pegelStationsNamen: array[tPegelstation] of array[0..1] of string =
- (('Blankenstein','Blankenstein-Ros.'),
- ('Kaulsdorf',''),
- ('Saalfeld-Remschütz',''),
- ('Rudolstadt',''),
- ('Rothenstein',''),
- ('Camburg-Stöben',''),
- ('Möschlitz',''),
- ('Probstzella',''),
- ('Kaulsdorf-Eichicht',''),
- ('Katzhütte',''),
- ('Schwarzburg',''),
- ('Freienorla',''));
+ pegelStationsNamen: array[tPegelstation] of array[0..2] of string =
+ (('Blankenstein','Blankenstein-Ros.','Blankenstein-Rosenthal'),
+ ('Kaulsdorf','',''),
+ ('Saalfeld-Remschütz','',''),
+ ('Rudolstadt','',''),
+ ('Rothenstein','',''),
+ ('Camburg-Stöben','',''),
+ ('Möschlitz','',''),
+ ('Probstzella','',''),
+ ('Kaulsdorf-Eichicht','',''),
+ ('Katzhütte','',''),
+ ('Schwarzburg','',''),
+ ('Freienorla','',''));
pegelStationsNummern: array[tPegelstation] of extended =
(57021,57025,57026,57027,57028,57033,57170,57200,57201,57211,57211.5,57240);
pegelGrenzen: array[tPegelstation,0..3] of longint =