Skip to content
Snippets Groups Projects
Commit a60df09d authored by Altekruse, Jason Morgan's avatar Altekruse, Jason Morgan
Browse files

add BETA to GMM name

parent b0d5acc5
No related branches found
No related tags found
1 merge request!399initial implementation of Motazedian-Atkinson 2005 GMM for PR. test results are unverified
...@@ -56,7 +56,7 @@ import gov.usgs.earthquake.nshmp.tree.LogicTree; ...@@ -56,7 +56,7 @@ import gov.usgs.earthquake.nshmp.tree.LogicTree;
*/ */
public class MotazedianAtkinson_2005 implements GroundMotionModel { public class MotazedianAtkinson_2005 implements GroundMotionModel {
static final String NAME = "Motazedian & Atkinson (2005)"; static final String NAME = "Motazedian & Atkinson (2005) BETA";
static final Constraints CONSTRAINTS = Constraints.builder() static final Constraints CONSTRAINTS = Constraints.builder()
.set(MW, Range.closed(5.0, 9.5)) .set(MW, Range.closed(5.0, 9.5))
......
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