Mercurial > dive4elements > river
changeset 7652:974c858a5042
Doc.
author | Felix Wolfsteller <felix.wolfsteller@intevation.de> |
---|---|
date | Thu, 05 Dec 2013 17:34:10 +0100 |
parents | 0e06c6510df2 |
children | e609722a1e86 |
files | artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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,