Skip to content
Snippets Groups Projects
Commit e73ada71 authored by Powers, Peter M.'s avatar Powers, Peter M.
Browse files

relocated end-to-end placeholder classes

parent 85124543
No related branches found
No related tags found
2 merge requests!552Production Release | nshmp-haz,!550Peer tests progress
......@@ -8,7 +8,7 @@ junitVersion = 5.5.2
micronautVersion = 2.4.1
mnPluginVersion = 1.4.2
nodeVersion = 3.0.1
nshmpLibVersion = 0.7.3
nshmpLibVersion = 0.7.4
nshmpWsUtilsVersion = 0.1.2
shadowVersion = 5.2.0
spotbugsVersion = 4.2.4
......
......@@ -32,7 +32,7 @@ public class HazardMaps {
private static final Interpolator INTERPOLATOR = Interpolator.builder()
.logx()
.logy()
.decreasingX()
.decreasingY()
.build();
private static final String MAP_FILE = "map.csv";
private static final String PROGRAM = HazardMaps.class.getSimpleName();
......
package gov.usgs.earthquake.nshmp;
package gov.usgs.earthquake.nshmp.model;
// import static gov.usgs.earthquake.nshmp.site.NshmpSite.BOSTON_MA;
// import static gov.usgs.earthquake.nshmp.site.NshmpSite.CHICAGO_IL;
......
package gov.usgs.earthquake.nshmp;
package gov.usgs.earthquake.nshmp.model;
// import static org.junit.Assert.assertEquals;
//
......
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