comparison artifacts/src/main/java/org/dive4elements/river/artifacts/sinfo/tkhcalculation/BedQualityD50KmValueFinder.java @ 9040:5294114b1df4

Fixed/changed some FIXMEs/TODOs
author gernotbelger
date Wed, 02 May 2018 12:19:31 +0200
parents 9b9f5f4ddb80
children a0feac6ea1ba
comparison
equal deleted inserted replaced
9039:13b5b515c61f 9040:5294114b1df4
77 /***** CONSTRUCTORS *****/ 77 /***** CONSTRUCTORS *****/
78 78
79 private BedQualityD50KmValueFinder(final Calculation problems, final double[] kms, final double[] values) { 79 private BedQualityD50KmValueFinder(final Calculation problems, final double[] kms, final double[] values) {
80 this.problems = problems; 80 this.problems = problems;
81 81
82 // FIXME: check: max distance prüfen? dann D4E-LinearInterpolator verwenden
83 this.interpolator = new LinearInterpolator().interpolate(kms, values); 82 this.interpolator = new LinearInterpolator().interpolate(kms, values);
84 } 83 }
85 84
86 /***** METHODS *****/ 85 /***** METHODS *****/
87 86

http://dive4elements.wald.intevation.org