Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-ws-static
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ghsc
National Seismic Hazard Model Project
nshmp-ws-static
Merge requests
!108
Swagger Updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Swagger Updates
ghsc/users/bclayton/nshmp/nshmp-ws-static:swagger
into
main
Overview
0
Commits
9
Pipelines
0
Changes
6
Merged
Clayton, Brandon Scott
requested to merge
ghsc/users/bclayton/nshmp/nshmp-ws-static:swagger
into
main
3 years ago
Overview
0
Commits
9
Pipelines
0
Changes
6
Expand
Resolves
#48 (closed)
,
#45 (closed)
,
#40 (closed)
Add expansion panels for description on swagger ui
0
0
Merge request reports
Compare
main
version 2
a28de283
3 years ago
version 1
93988104
3 years ago
main (base)
and
latest version
latest version
66f078cf
9 commits,
3 years ago
version 2
a28de283
8 commits,
3 years ago
version 1
93988104
5 commits,
3 years ago
6 files
+
150
−
55
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
src/aashto/src/main/java/gov/usgs/earthquake/nshmp/netcdf/reader/BoundingReaderGroundMotions.java
+
1
−
1
Options
@@ -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.0
01
;
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