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

cy08 subclass fix

parent 35ef243d
No related branches found
No related tags found
1 merge request!436Prvi gmm 251
...@@ -232,7 +232,7 @@ public class ChiouYoungs_2008 implements GroundMotionModel { ...@@ -232,7 +232,7 @@ public class ChiouYoungs_2008 implements GroundMotionModel {
return sqrt(τ * τ * NL0sq + σNL0 * σNL0); return sqrt(τ * τ * NL0sq + σNL0 * σNL0);
} }
static class Usgs extends ChiouYoungs_2014 { static class Usgs extends ChiouYoungs_2008 {
Usgs(Imt imt) { Usgs(Imt imt) {
super(imt); super(imt);
} }
......
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