Skip to content

Commit

Permalink
no PROVBC Runs
Browse files Browse the repository at this point in the history
  • Loading branch information
achubaty committed Sep 17, 2019
1 parent 15b8553 commit 2d117b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newStart.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (grepl("LandWeb", runName)) {
"FMANWT", "SUNDRE", "TOLKO", "VANDERWELL", "WESTFRASER", "WEYCO", sep = "|"
), toupper(runName))) {
source(file.path(activeDir, "params", "FMA_parameters.R"))
} else if (grepl(paste("PROVAB", "PROVBC", "PROVNWT", "PROVSK", sep = "|"), toupper(runName))) {
} else if (grepl(paste("PROVAB", "PROVNWT", "PROVSK", sep = "|"), toupper(runName))) {
source(file.path(activeDir, "params", "FMA_parameters.R"))
} else {
stop(crayon::red("Parameters file not read for runName", runName))
Expand Down

0 comments on commit 2d117b0

Please sign in to comment.