Skip to content
Snippets Groups Projects
Commit 7addb162 authored by Clayton, Brandon Scott's avatar Clayton, Brandon Scott
Browse files

Change pga to 0

parent 9b9b6b73
No related branches found
No related tags found
2 merge requests!109Production Release,!108Swagger Updates
...@@ -26,7 +26,7 @@ import ucar.nc2.dataset.NetcdfDatasets; ...@@ -26,7 +26,7 @@ import ucar.nc2.dataset.NetcdfDatasets;
*/ */
public class BoundingReaderGroundMotions extends BoundingReader<XySequence> { public class BoundingReaderGroundMotions extends BoundingReader<XySequence> {
public static final double PGA_VALUE = 0.001; public static final double PGA_VALUE = 0.0;
public static final double PGV_VALUE = 0.0001; public static final double PGV_VALUE = 0.0001;
public BoundingReaderGroundMotions(NetcdfGroundMotions netcdf, Location site) { public BoundingReaderGroundMotions(NetcdfGroundMotions netcdf, Location site) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment