Skip to content

Commit

Permalink
new GridSourceProviderFactory interface, MPJ code now uses it
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilner committed Jun 23, 2024
1 parent e8be37b commit 39e740e
Show file tree
Hide file tree
Showing 2 changed files with 383 additions and 384 deletions.
2 changes: 1 addition & 1 deletion src/main/java/scratch/kevin/nshm23/GridAssocDebug.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
import org.opensha.commons.util.modules.OpenSHA_Module;
import org.opensha.sha.earthquake.faultSysSolution.FaultSystemRupSet;
import org.opensha.sha.earthquake.faultSysSolution.FaultSystemSolution;
import org.opensha.sha.earthquake.faultSysSolution.inversion.mpj.MPJ_GridSeisBranchBuilder;
import org.opensha.sha.earthquake.faultSysSolution.modules.FaultGridAssociations;
import org.opensha.sha.earthquake.faultSysSolution.modules.GridSourceProvider;
import org.opensha.sha.earthquake.faultSysSolution.modules.ModelRegion;
import org.opensha.sha.earthquake.rupForecastImpl.nshm23.NSHM23_InvConfigFactory;
import org.opensha.sha.earthquake.rupForecastImpl.nshm23.gridded.MPJ_GridSeisBranchBuilder;
import org.opensha.sha.earthquake.rupForecastImpl.nshm23.gridded.NSHM23_FaultCubeAssociations;
import org.opensha.sha.earthquake.rupForecastImpl.nshm23.logicTree.NSHM23_LogicTreeBranch;
import org.opensha.sha.earthquake.rupForecastImpl.nshm23.logicTree.NSHM23_SeisSmoothingAlgorithms;
Expand Down
Loading

0 comments on commit 39e740e

Please sign in to comment.