[Dive4elements-commits] [PATCH 2 of 4] Cosemetics, doc
Wald Commits
scm-commit at wald.intevation.org
Wed Jun 12 10:20:09 CEST 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1371022982 -7200
# Node ID ad57b1938d8ae5cfa84e7c012a86195b94886ff6
# Parent 36455dfcb7888685b9980812bf00486834140357
Cosemetics, doc.
diff -r 36455dfcb788 -r ad57b1938d8a backend/src/main/java/org/dive4elements/river/model/CrossSectionLine.java
--- 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();
More information about the Dive4elements-commits
mailing list