diff artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SQResult.java @ 8280:e8283197d889

Added new fraction to sq relation. * New diagram with "Geschiebetransport gesamt(Sohlhöhenrelevant)" * Added the new fraction to overview diagram.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 17 Sep 2014 09:01:27 +0200
parents af13ceeba52a
children
line wrap: on
line diff
--- a/artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SQResult.java	Tue Sep 16 14:57:55 2014 +0200
+++ b/artifacts/src/main/java/org/dive4elements/river/artifacts/model/sq/SQResult.java	Wed Sep 17 09:01:27 2014 +0200
@@ -14,7 +14,7 @@
 
 public class SQResult implements Serializable {
 
-    public static final int NUMBER_FRACTIONS = 6;
+    public static final int NUMBER_FRACTIONS = 7;
 
     public static final int FRACTION_A = 0;
     public static final int FRACTION_B = 1;
@@ -22,6 +22,7 @@
     public static final int FRACTION_D = 3;
     public static final int FRACTION_E = 4;
     public static final int FRACTION_F = 5;
+    public static final int FRACTION_G = 6;
 
     protected double km;
     protected SQFractionResult[] fractions;
@@ -48,7 +49,7 @@
     }
 
     public static final String [] FRACTION_NAMES = {
-        "A", "B", "C", "D", "E", "F"
+        "A", "B", "C", "D", "E", "F", "G"
     };
 
     public String getFractionName(int idx) {

http://dive4elements.wald.intevation.org