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

bchydro edit

parent cb2a6665
No related branches found
No related tags found
1 merge request!282Gmm updates
......@@ -166,7 +166,7 @@ public abstract class BcHydro_2012 implements GroundMotionModel {
private final GroundMotionModel interpolatedGmm;
private final Gmm subtype;
BcHydro_2012(final Imt imt, Gmm subtype) {
BcHydro_2012(Imt imt, Gmm subtype) {
this.subtype = subtype;
coeffs = new Coefficients(imt, COEFFS);
coeffsPGA = new Coefficients(PGA, COEFFS);
......
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