diff artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BezugswstCalculation.java @ 9573:b9c87bbff6a4

mean bed height -> mean bed LEVEL
author gernotbelger
date Tue, 06 Nov 2018 10:56:22 +0100
parents 3fa8551c3d1b
children c57caff9b00b
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BezugswstCalculation.java	Mon Nov 05 18:30:24 2018 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/bundu/bezugswst/BezugswstCalculation.java	Tue Nov 06 10:56:22 2018 +0100
@@ -107,7 +107,7 @@
         final RiverInfoProvider riverInfoProvider2 = riverInfoProvider.forWaterlevel(waterlevel);
         final WstInfo wstInfo = new WstInfo(wqkms.getName(), 0, riverInfoProvider2.getReferenceGauge(), true);
 
-        // Fetch the bed heights of the selected sounding
+        // Fetch the bed levels of the selected sounding
         final Integer bedHeightId = access.getBedHeightID();
         final BedHeightsFinder bedHeightsFinder = (bedHeightId != null) ? BedHeightsFinder.forId(problems, bedHeightId, access.getRange())
                 : BedHeightsFinder.NullFinder();
@@ -354,7 +354,7 @@
     }
 
     /**
-     * Computes the missing area and volume of the mean bed height of a km row
+     * Computes the missing area and volume of the mean bed level of a km row
      */
     private double[] computeMeanBedMissingAreaAndVolume(final int current, final int first, final int last) {
 
@@ -374,7 +374,7 @@
     }
 
     /**
-     * Gets the missing area of the mean bed height and a row if in range, otherwise 0.0
+     * Gets the missing area of the mean bed level and a row if in range, otherwise 0.0
      */
     private double meanBedMissingArea(final int rowIndex, final int first, final int last) {
         if ((first <= rowIndex) && (rowIndex <= last)) {

http://dive4elements.wald.intevation.org