# HG changeset patch # User Felix Wolfsteller # 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,