diff flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/RelativePointFacet.java @ 3442:cd5eb8f5f6f1

Cosmetics, docs. flys-artifacts/trunk@5105 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Mon, 23 Jul 2012 14:57:27 +0000
parents 0f7abd95c6e2
children cce12c06466f
line wrap: on
line diff
--- a/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/RelativePointFacet.java	Mon Jul 23 14:19:07 2012 +0000
+++ b/flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/RelativePointFacet.java	Mon Jul 23 14:57:27 2012 +0000
@@ -41,7 +41,7 @@
         // TODO here and in reference curve calc: Do warn if more than 1
         // provider found or (way better) handle it.
         Object wqdays = null;
-        double km = 0d;
+        double km     = 0d;
         List<DataProvider> providers = context.
             getDataProvider(DurationCurveFacet.BB_DURATIONCURVE);
         if (providers.size() < 1) {
@@ -93,7 +93,7 @@
             double day = 0d;
             int mod = (wIncreases) ? -1 : +1;
             if (idx != 0 && idx <= wqday.size()-1) {
-                day = Linear.linear(w, wqday.getW(idx +mod), wqday.getW(idx),
+                day = Linear.linear(w, wqday.getW(idx+mod), wqday.getW(idx),
                     wqday.getDay(idx+mod), wqday.getDay(idx));
             }
 
@@ -102,7 +102,6 @@
         logger.warn("not wqkms / w / day found");
         // TODO better signal failure.
         return new Point2D.Double(0d, 0d);
-        //return null;
     }
 
 

http://dive4elements.wald.intevation.org