Skip to content
Snippets Groups Projects

Prvi gmm 251

Merged Powers, Peter M. requested to merge ghsc/users/pmpowers/nshmp-lib:prvi-gmm-251 into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -232,7 +232,7 @@ public class ChiouYoungs_2008 implements GroundMotionModel {
return sqrt(τ * τ * NL0sq + σNL0 * σNL0);
}
static class Usgs extends ChiouYoungs_2014 {
static class Usgs extends ChiouYoungs_2008 {
Usgs(Imt imt) {
super(imt);
}
Loading