Displaying differences for changeset
 
display as  

src/java/m/rhem/model/Parameter.java

@@ -69,7 +69,7 @@
         this.kcm = "0.00029936430000";
         this.adf = "0.0";
         this.alf = "0.8";
-        this.bare = "0.23";
+        this.bare = "0 ! INACTIVE";
         this.aoa = aoa;
         this.slopeLength = aoa.slopeLength;
     }
@@ -123,7 +123,7 @@
                 sl = (aoa.slopeSteepness * 2) + ", " + 0.001;
                 sx = 0.00 + ", " + 1.00;
                 break;
-            case "S-shaped":
+            case "S-Shaped":
                 sl = 0.001 + ", " + (aoa.slopeSteepness * 2) + ", " + 0.001;
                 sx = 0.00 + ", " + 0.50 + ", " + 1.00;
                 break;