comparison artifacts/src/main/java/org/dive4elements/river/artifacts/WQKmsInterpolArtifact.java @ 6924:b87240ac9205

Doc, cosmetics.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 26 Aug 2013 15:34:46 +0200
parents af13ceeba52a
children 972ec1f6cf58
comparison
equal deleted inserted replaced
6923:254a3f3556ee 6924:b87240ac9205
204 } 204 }
205 205
206 206
207 /** 207 /**
208 * Get WQ at a given km. 208 * Get WQ at a given km.
209 *
209 * @param currentKm the requested km. If NULL, ld_location data 210 * @param currentKm the requested km. If NULL, ld_location data
210 * will be used. 211 * will be used.
212 * @return [[q1,q2,q2],[w1,w2,w3]] ...
211 */ 213 */
212 public double [][] getWQAtKm(Double currentKm) { 214 public double [][] getWQAtKm(Double currentKm) {
213 215
214 WstValueTable interpolator = null; 216 WstValueTable interpolator = null;
215 // Get WstValueTable 217 // Get WstValueTable

http://dive4elements.wald.intevation.org