diff artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthCalculator.java @ 9318:7b2b086e45f0

collision pdf details, ResultType refactoring, bezugswst result
author gernotbelger
date Fri, 27 Jul 2018 10:11:23 +0200
parents 740d65e4aa14
children 7dc238bd062c
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthCalculator.java	Thu Jul 26 17:37:23 2018 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/flowdepth/FlowDepthCalculator.java	Fri Jul 27 10:11:23 2018 +0200
@@ -67,12 +67,12 @@
 
         final ResultRow row = ResultRow.create();
 
-        row.putValue(SInfoResultType.waterlevelLabel, this.wstLabel);
+        row.putValue(GeneralResultType.waterlevelLabel, this.wstLabel);
         row.putValue(SInfoResultType.soundingLabel, this.bedHeightLabel);
 
         // REMARK: access the gauge once only during calculation
         final String gaugeLabel = this.riverInfoProvider.findGauge(station);
-        row.putValue(SInfoResultType.gaugeLabel, gaugeLabel);
+        row.putValue(GeneralResultType.gaugeLabel, gaugeLabel);
 
         // REMARK: access the location once only during calculation
         final String location = this.riverInfoProvider.getLocation(station);

http://dive4elements.wald.intevation.org