Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nshmp-haz
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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-haz
Commits
e081374c
Commit
e081374c
authored
1 year ago
by
Altekruse, Jason Morgan
Browse files
Options
Downloads
Patches
Plain Diff
enable pretty print for disag calc results
parent
2990a5e4
No related branches found
No related tags found
2 merge requests
!714
Production Release | nshmp-haz
,
!710
enable pretty print for disag calc results
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/main/java/gov/usgs/earthquake/nshmp/DisaggCalc.java
+1
-0
1 addition, 0 deletions
src/main/java/gov/usgs/earthquake/nshmp/DisaggCalc.java
with
1 addition
and
0 deletions
src/main/java/gov/usgs/earthquake/nshmp/DisaggCalc.java
+
1
−
0
View file @
e081374c
...
@@ -64,6 +64,7 @@ public class DisaggCalc {
...
@@ -64,6 +64,7 @@ public class DisaggCalc {
private
static
final
Gson
GSON
=
new
GsonBuilder
()
private
static
final
Gson
GSON
=
new
GsonBuilder
()
.
serializeSpecialFloatingPointValues
()
.
serializeSpecialFloatingPointValues
()
.
setPrettyPrinting
()
.
serializeNulls
()
.
serializeNulls
()
.
create
();
.
create
();
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment