Skip to content

Commit

Permalink
fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
field committed Nov 15, 2023
1 parent a2c1e95 commit a5daf62
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main/java/scratch/ned/nshm23/CEUS_FSS_creator.java
Original file line number Diff line number Diff line change
Expand Up @@ -727,10 +727,8 @@ private static FaultSystemSolution getFaultSystemSolution(double rateWt,
rakes[r] = faultSection.getAveRake();
}

ArrayList<GeoJSONFaultSection> faultSectionData = new ArrayList<GeoJSONFaultSection>();
faultSectionData.add(faultSection);
FaultSystemRupSet rupSet = new FaultSystemRupSet(
faultSectionData,
subsectionList,
sectionForRups,
mags,
rakes,
Expand Down

0 comments on commit a5daf62

Please sign in to comment.