Skip to content

Commit

Permalink
disabled sub sect constraint logic tree level
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilner committed May 20, 2024
1 parent 3d3655f commit 35277ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -619,8 +619,8 @@ public static void main(String[] args) throws IOException {
// double avgNumRups = 10000;
// gmpe = AttenRelRef.AG_2020_GLOBAL;

levels = new ArrayList<>(levels);
levels.add(NSHM23_LogicTreeBranch.SUB_SECT_CONSTR);
// levels = new ArrayList<>(levels);
// levels.add(NSHM23_LogicTreeBranch.SUB_SECT_CONSTR);

Class<? extends InversionConfigurationFactory> factoryClass = PRVI25_InvConfigFactory.class;

Expand Down

0 comments on commit 35277ec

Please sign in to comment.