Skip to content

Commit

Permalink
added space before iml summary element units
Browse files Browse the repository at this point in the history
  • Loading branch information
pmpowers-usgs committed May 1, 2017
1 parent d6ce0a5 commit 12456b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/opensha2/calc/DeaggExport.java
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ private static SummaryElements createSummaryElements(

/* custom imt formatting */
Imt imt = dc.imt;
String imlLabel = (imt.isSA() ? imt.period() + "s SA": imt.name()) + " ground motion";
String imlLabel = (imt.isSA() ? imt.period() + " s SA": imt.name()) + " ground motion";

ImmutableList.Builder<SummaryElement> summaryElements = ImmutableList.builder();
summaryElements.add(
Expand Down

0 comments on commit 12456b3

Please sign in to comment.