Displaying differences for changeset
 
display as  

src/java/m/cfa/flood/V2_0.java

@@ -41,10 +41,6 @@
         model.setUserData( inputPayload.getString( "user_data", "" ) );
         model.setSkewness( inputPayload.getDouble( "skewness" ) );
         model.setMeanSquareError( inputPayload.getDouble( "mean_square_error" ) );
-        model.setAtSiteSkewOption( inputPayload.getString( "at_site_skew_option" ) );
-        model.setHighSystematicThreshold( inputPayload.getDouble( "high_systematic_threshold" ) );
-        model.setLowOutlierThreshold( inputPayload.getDouble( "low_outlier_threshold" ) );
-        model.setLowOutlierMethod( inputPayload.getString( "low_outlier_method" ) );
 
         if ( analysisType.equalsIgnoreCase( "17b" ) ) {
             model.setShowLargeFloods( inputPayload.getBoolean( "show_large_floods", false ) );