changeset 6281:ad57b1938d8a

Cosemetics, doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Wed, 12 Jun 2013 09:43:02 +0200
parents 36455dfcb788
children 62dca91ca229
files backend/src/main/java/org/dive4elements/river/model/CrossSectionLine.java
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/backend/src/main/java/org/dive4elements/river/model/CrossSectionLine.java	Wed Jun 12 09:39:51 2013 +0200
+++ b/backend/src/main/java/org/dive4elements/river/model/CrossSectionLine.java	Wed Jun 12 09:43:02 2013 +0200
@@ -43,7 +43,7 @@
     public static final double TOO_BIG   = 2500;
 
     private Integer                 id;
-    private Double              km;
+    private Double                  km;
     private CrossSection            crossSection;
 
     private List<CrossSectionPoint> points;
@@ -151,6 +151,7 @@
         return fetchCrossSectionProfile(fetchCrossSectionLinesPoints());
     }
 
+    /** double[][] from List<Point2D> */
     public static double [][] fetchCrossSectionProfile(List<Point2D> points) {
 
         int P = points.size();

http://dive4elements.wald.intevation.org