Displaying differences for changeset
 
display as  

src/java/m/cfa/flood/Bulletin17B.java

@@ -1139,8 +1139,8 @@
 
         //User can edit this to adjust which Return periods are displayed    (Jeff)
         //Matlab code    frqDisp = [200 100 50 40 25 20 10 5 2 1.5 1.25 1.01]';    (Tyler)
-        double[] frqDisp = {500, 200, 100, 50, 40, 25, 20, 10, 5, 2, 1.5, 1.25, 1.01};
-        String[] frqDispString = {"500", "200", "100", "50", "40", "25", "20", "10", "5.0", "2.0", "1.5", "1.25", "1.01"};
+        double[] frqDisp = {500, 200, 100, 50, 40, 25, 20, 10, 5, 2, 1.5, 1.25, 1.05, 1.01};
+        String[] frqDispString = {"500", "200", "100", "50", "40", "25", "20", "10", "5.0", "2.0", "1.5", "1.25", "1.05", "1.01"};
 
         //Return periods need to be in terms of probabilities for
         //interpolating using the 'curves' variable.    (Jeff)