Displaying differences for changeset
 
display as  

src/java/hydraulics/StandardStepMethod.java

@@ -20,7 +20,7 @@
 import org.jfree.data.xy.XYSeriesCollection;
 
 /**
-* Last Updated: 7-August-2015
+* Last Updated: 13-August-2015
 * @author Chris Dumler
 * @since 22-June-2015
 */

src/java/m/hydraulics/StandardStepMethod_V1_0.java

@@ -18,6 +18,7 @@
 
     @Override
     protected String process() throws Exception {
+        //Also requires "reaches.txt" and "crossSections" input files
         model.setMainFolder(getWorkspaceDir().toString());
         model.setBottomWidth(getDoubleParam("bottomWidth"));
         model.setSideSlope(getDoubleParam("sideSlope"));

src/java/m/hydraulics/StandardStepMethod_V1_0Req.json

@@ -50,7 +50,7 @@
       "value": 20000
     },
     {
-      "name": "numberOfCrossSections",
+      "name": "numberOfReaches",
       "description": "The number of cross sections calculated for a uniform channel. Ignored when using irregular geometries",
       "unit": "n/a",
       "value": 200