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

updated ak sadigh interface

parent 970d7721
No related branches found
No related tags found
1 merge request!385Legacy AK GMM mods
package gov.usgs.earthquake.nshmp.gmm; package gov.usgs.earthquake.nshmp.gmm;
import static gov.usgs.earthquake.nshmp.gmm.FaultStyle.REVERSE; import static gov.usgs.earthquake.nshmp.gmm.FaultStyle.REVERSE;
import static gov.usgs.earthquake.nshmp.gmm.Gmm.YOUNGS_97_INTERFACE; import static gov.usgs.earthquake.nshmp.gmm.Gmm.GEOMATRIX_93_INTERFACE;
import static gov.usgs.earthquake.nshmp.gmm.GmmInput.Field.MW; import static gov.usgs.earthquake.nshmp.gmm.GmmInput.Field.MW;
import static gov.usgs.earthquake.nshmp.gmm.GmmInput.Field.RAKE; import static gov.usgs.earthquake.nshmp.gmm.GmmInput.Field.RAKE;
import static gov.usgs.earthquake.nshmp.gmm.GmmInput.Field.RRUP; import static gov.usgs.earthquake.nshmp.gmm.GmmInput.Field.RRUP;
...@@ -191,11 +191,11 @@ public class SadighEtAl_1997 implements GroundMotionModel { ...@@ -191,11 +191,11 @@ public class SadighEtAl_1997 implements GroundMotionModel {
static final String NAME = SadighEtAl_1997.NAME + " : Interface : Alaska"; static final String NAME = SadighEtAl_1997.NAME + " : Interface : Alaska";
private final YoungsEtAl_1997.Interface delegate; private final Geomatrix_1993.Interface delegate;
InterfaceAlaska(Imt imt) { InterfaceAlaska(Imt imt) {
super(imt); super(imt);
delegate = (YoungsEtAl_1997.Interface) YOUNGS_97_INTERFACE.instance(imt); delegate = (Geomatrix_1993.Interface) GEOMATRIX_93_INTERFACE.instance(imt);
} }
@Override @Override
......
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