Skip to content
Snippets Groups Projects

Swagger Updates

6 files
+ 150
55
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -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) {
Loading