changeset 4307:2e8e00026059

Curve: Tiny javadoc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 29 Oct 2012 16:44:08 +0100
parents 45f793826a43
children 7091e9e4fe2e
files flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/extreme/Curve.java
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/extreme/Curve.java	Mon Oct 29 13:48:46 2012 +0100
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/extreme/Curve.java	Mon Oct 29 16:44:08 2012 +0100
@@ -63,6 +63,8 @@
         return coeffs;
     }
 
+
+    /** Calculate value at given x. */
     @Override
     public double value(double x) {
         if (x < qs[0]) return Double.NaN;

http://dive4elements.wald.intevation.org