We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddb014b commit bb4a63fCopy full SHA for bb4a63f
1 file changed
src/main/java/scratch/kevin/prvi25/CrustalSubductionLogicTreeCombine.java
@@ -217,7 +217,7 @@ else if (bgOp == IncludeBackgroundOption.ONLY)
217
218
File crustalSiteFile = new File(crustalDir, siteHazardFileName);
219
File subductionSiteFile = new File(subductionDir, siteHazardFileName);
220
- if (!cmd.hasOption("no-curves") && crustalHazardDir.exists() && subductionHazardDir.exists() && !averageEither) {
+ if (!cmd.hasOption("no-curves") && crustalSiteFile.exists() && subductionSiteFile.exists() && !averageEither) {
221
System.out.println("Will combine site hazard curves");
222
File sitesOutputFile = new File(outputDir, siteHazardFileName);
223
if (REVERSE)
0 commit comments