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

fixed prvi subclass NAME

parent 87dde36b
No related branches found
No related tags found
1 merge request!437fixed prvi subclass NAME
......@@ -723,7 +723,7 @@ public abstract class AbrahamsonGulerce_2020 implements GroundMotionModel {
}
static final class PrviInterface extends Prvi {
static final String NAME = Alaska.NAME + " : " + INTERFACE;
static final String NAME = Prvi.NAME + " : " + INTERFACE;
PrviInterface(Imt imt) {
super(imt, AG_20_PRVI_INTERFACE);
......@@ -731,7 +731,7 @@ public abstract class AbrahamsonGulerce_2020 implements GroundMotionModel {
}
static final class PrviSlab extends Prvi {
static final String NAME = Alaska.NAME + " : " + SLAB;
static final String NAME = Prvi.NAME + " : " + SLAB;
PrviSlab(Imt imt) {
super(imt, AG_20_PRVI_SLAB);
......
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