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

Merge branch 'max-dir-pga-update' into 'main'

Update PGA max-dir scaling to 1.2

Closes #578

See merge request !825
parents 94f443ed 51cba80b
No related branches found
No related tags found
1 merge request!825Update PGA max-dir scaling to 1.2
Pipeline #583828 passed
......@@ -38,7 +38,7 @@ class MaxDirection {
static {
Map<Imt, Double> map = new EnumMap<>(Imt.class);
map.put(PGA, 1.0);
map.put(PGA, 1.200);
map.put(SA0P01, 1.200);
map.put(SA0P02, 1.200);
map.put(SA0P03, 1.200);
......
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