comparison artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java @ 7652:974c858a5042

Doc.
author Felix Wolfsteller <felix.wolfsteller@intevation.de>
date Thu, 05 Dec 2013 17:34:10 +0100
parents 5ae10d4688ab
children 1aba75321441
comparison
equal deleted inserted replaced
7651:0e06c6510df2 7652:974c858a5042
30 this.morphWidth = new TDoubleArrayList(); 30 this.morphWidth = new TDoubleArrayList();
31 this.start = -1; 31 this.start = -1;
32 this.end = -1; 32 this.end = -1;
33 } 33 }
34 34
35 /**
36 * @param kms the stations the following parameters are connected to.
37 * @param differences the height differences
38 * @param heights1 the heights
39 * @param heights2 the other heights
40 * @param bedHeights the differences normalized per year in m.
41 */
35 public BedDiffYearResult( 42 public BedDiffYearResult(
36 TDoubleArrayList kms, 43 TDoubleArrayList kms,
37 TDoubleArrayList differences, 44 TDoubleArrayList differences,
38 TDoubleArrayList heights1, 45 TDoubleArrayList heights1,
39 TDoubleArrayList heights2, 46 TDoubleArrayList heights2,

http://dive4elements.wald.intevation.org