diff artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java @ 8433:706668b19b04

Antiprogramming (in german: 'Softwareabwicklung')
author Tom Gottfried <tom@intevation.de>
date Fri, 17 Oct 2014 19:21:45 +0200
parents 96bf5135cd0e
children
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java	Fri Oct 17 19:13:40 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/minfo/BedDiffYearResult.java	Fri Oct 17 19:21:45 2014 +0200
@@ -20,8 +20,6 @@
     protected TDoubleArrayList dataGap2;
     protected TDoubleArrayList soundingWidth1;
     protected TDoubleArrayList soundingWidth2;
-    //protected TDoubleArrayList morphWidth1;
-    //protected TDoubleArrayList morphWidth2;
     protected Integer start;
     protected Integer end;
     protected String nameFirst;
@@ -36,8 +34,6 @@
         this.dataGap2 = new TDoubleArrayList();
         this.soundingWidth1 = new TDoubleArrayList();
         this.soundingWidth2 = new TDoubleArrayList();
-        //this.morphWidth1 = new TDoubleArrayList();
-        //this.morphWidth2 = new TDoubleArrayList();
     }
 
     /**
@@ -52,8 +48,6 @@
         TDoubleArrayList differences,
         TDoubleArrayList heights1,
         TDoubleArrayList heights2,
-        //TDoubleArrayList morphWidth1,
-        //TDoubleArrayList morphWidth2,
         TDoubleArrayList soundingWidth1,
         TDoubleArrayList soundingWidth2,
         TDoubleArrayList diffsPerYear,
@@ -72,8 +66,6 @@
         this.dataGap2 = dataGap2;
         this.soundingWidth1 = soundingWidth1;
         this.soundingWidth2 = soundingWidth2;
-        //this.morphWidth1 = morphWidth1;
-        //this.morphWidth2 = morphWidth2;
         this.start = start;
         this.end = end;
         this.nameFirst = nameFirst;
@@ -94,16 +86,6 @@
         return this.dataGap2;
     }
 
-    /*
-    public TDoubleArrayList getMorphWidth1() {
-        return this.morphWidth1;
-    }
-
-    public TDoubleArrayList getMorphWidth2() {
-        return this.morphWidth2;
-    }
-    */
-
     public TDoubleArrayList getSoundingWidth1() {
         return this.soundingWidth1;
     }
@@ -148,16 +130,6 @@
         return this.idSecond;
     }
 
-    /*
-    public void addMorphWidth1(double value) {
-        this.morphWidth1.add(value);
-    }
-
-    public void addMorphWidth2(double value) {
-        this.morphWidth2.add(value);
-    }
-    */
-
     public void addSoundingWidth1(double value) {
         this.soundingWidth1.add(value);
     }
@@ -170,22 +142,6 @@
         this.diffsPerYear.add(value);
     }
 
-    /*
-    public double[][] getMorphWidth1Data() {
-        return new double[][] {
-            kms.toNativeArray(),
-            morphWidth1.toNativeArray()
-        };
-    }
-
-    public double[][] getMorphWidth2Data() {
-        return new double[][] {
-            kms.toNativeArray(),
-            morphWidth2.toNativeArray()
-        };
-    }
-    */
-
     public double[][] getSoundingWidth1Data() {
         return new double[][] {
             kms.toNativeArray(),

http://dive4elements.wald.intevation.org