[PATCH 4 of 5] Doc
Wald Commits
scm-commit at wald.intevation.org
Thu Dec 5 17:37:39 CET 2013
# HG changeset patch
# User Felix Wolfsteller <felix.wolfsteller at intevation.de>
# Date 1386261250 -3600
# Node ID 974c858a5042630b2b9a4aefa55a4e36ef552bb0
# Parent 0e06c6510df2f2408a591ec613ee5b589238d519
Doc.
diff -r 0e06c6510df2 -r 974c858a5042 artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java Thu Dec 05 17:33:43 2013 +0100
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java Thu Dec 05 17:34:10 2013 +0100
@@ -32,6 +32,13 @@
this.end = -1;
}
+ /**
+ * @param kms the stations the following parameters are connected to.
+ * @param differences the height differences
+ * @param heights1 the heights
+ * @param heights2 the other heights
+ * @param bedHeights the differences normalized per year in m.
+ */
public BedDiffYearResult(
TDoubleArrayList kms,
TDoubleArrayList differences,
More information about the Dive4elements-commits
mailing list