comparison flys-artifacts/src/main/java/de/intevation/flys/artifacts/model/minfo/BedDiffYearResult.java @ 3902:da48e33f4241

Removed trailing whitespace. flys-artifacts/trunk@5567 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Sat, 22 Sep 2012 07:47:12 +0000
parents 95d699c769fb
children 2904ecca4663
comparison
equal deleted inserted replaced
3901:8b43545fc34e 3902:da48e33f4241
10 protected TDoubleArrayList bedHeights; 10 protected TDoubleArrayList bedHeights;
11 protected TDoubleArrayList dataGap; 11 protected TDoubleArrayList dataGap;
12 protected TDoubleArrayList morphWidth; 12 protected TDoubleArrayList morphWidth;
13 protected int start; 13 protected int start;
14 protected int end; 14 protected int end;
15 15
16 public BedDiffYearResult () { 16 public BedDiffYearResult () {
17 super(); 17 super();
18 this.bedHeights = new TDoubleArrayList(); 18 this.bedHeights = new TDoubleArrayList();
19 this.dataGap = new TDoubleArrayList(); 19 this.dataGap = new TDoubleArrayList();
20 this.morphWidth = new TDoubleArrayList(); 20 this.morphWidth = new TDoubleArrayList();

http://dive4elements.wald.intevation.org