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

name adjustments

parent fbcbd61c
No related branches found
No related tags found
1 merge request!420PRVI GMM epistemic uncertainty
......@@ -184,7 +184,7 @@ public abstract class UsgsPrviBackbone2025 implements GroundMotionModel {
/* PRVI 2025 Active Crust */
static class ActiveCrust extends UsgsPrviBackbone2025 {
static final String NAME = UsgsPrviBackbone2025.NAME + ": Active Crust";
static final String NAME = UsgsPrviBackbone2025.NAME + " : Active Crust";
static final Constraints CONSTRAINTS = AbrahamsonEtAl_2014.CONSTRAINTS;
static final Map<Gmm, Double> GMM_MAP = Map.of(
......@@ -281,7 +281,7 @@ public abstract class UsgsPrviBackbone2025 implements GroundMotionModel {
/* PRVI 2025 Subduction Interface */
static class Interface extends UsgsPrviBackbone2025 {
static final String NAME = UsgsPrviBackbone2025.NAME + ":" + INTERFACE;
static final String NAME = UsgsPrviBackbone2025.NAME + " : " + INTERFACE;
static final Constraints CONSTRAINTS = AbrahamsonGulerce_2020.CONSTRAINTS_INTERFACE;
static final Map<Gmm, Double> GMM_MAP = Map.of(
......@@ -356,7 +356,7 @@ public abstract class UsgsPrviBackbone2025 implements GroundMotionModel {
/* PRVI 2025 Subduction Intraslab */
static class Slab extends UsgsPrviBackbone2025 {
static final String NAME = UsgsPrviBackbone2025.NAME + ":" + SLAB;
static final String NAME = UsgsPrviBackbone2025.NAME + " : " + SLAB;
static final Constraints CONSTRAINTS = AbrahamsonGulerce_2020.CONSTRAINTS_SLAB;
static final Map<Gmm, Double> GMM_MAP = Map.of(
......
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