comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/common/GaugeDurationValuesFinder.java @ 9285:9b16f58c62a7

Small cleanup/renames
author mschaefer
date Mon, 23 Jul 2018 19:18:11 +0200
parents b4402594213b
children 8eddc2393750
comparison
equal deleted inserted replaced
9284:486b6160962f 9285:9b16f58c62a7
42 42
43 private UnivariateRealFunction durInterpolator; 43 private UnivariateRealFunction durInterpolator;
44 44
45 private DoubleRange durRange; 45 private DoubleRange durRange;
46 46
47 private final String approxPrefix = "\u2248";// "ca.";
48 47
49 /***** CONSTRUCTORS *****/ 48 /***** CONSTRUCTORS *****/
50 49
51 private GaugeDurationValuesFinder(final Gauge gauge, final Calculation problems) { 50 private GaugeDurationValuesFinder(final Gauge gauge, final Calculation problems) {
52 // Load the duration main values from the database (each duration has a Q) 51 // Load the duration main values from the database (each duration has a Q)
88 this.problems.addProblem("gauge_duration.missing", gauge.getName()); 87 this.problems.addProblem("gauge_duration.missing", gauge.getName());
89 // Report only once 88 // Report only once
90 this.problems = null; 89 this.problems = null;
91 } 90 }
92 } 91 }
92
93 93
94 /***** METHODS *****/ 94 /***** METHODS *****/
95 95
96 /** 96 /**
97 * Loads the the discharge-duration table of a gauge ({gauge}.sta) 97 * Loads the the discharge-duration table of a gauge ({gauge}.sta)

http://dive4elements.wald.intevation.org