comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/QRangeTree.java @ 6980:07e31234d294

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 09 Sep 2013 16:05:31 +0200
parents af13ceeba52a
children 21064459dc5d
comparison
equal deleted inserted replaced
6979:4caa92a5be96 6980:07e31234d294
295 } 295 }
296 } 296 }
297 return max; 297 return max;
298 } 298 }
299 299
300 /** @param pos the station (km). */
300 public double findQ(double pos) { 301 public double findQ(double pos) {
301 return root != null ? root.findQ(pos) : Double.NaN; 302 return root != null ? root.findQ(pos) : Double.NaN;
302 } 303 }
303 304
304 public Node findNode(double pos) { 305 public Node findNode(double pos) {

http://dive4elements.wald.intevation.org