Skip to content

Commit

Permalink
Update utils_configure_sv.R
Browse files Browse the repository at this point in the history
Edited year for interpolating values for SV. Changed max year to 2100
  • Loading branch information
knoiva-indecon committed Jun 26, 2024
1 parent 429f12f commit 6dbc01e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/utils_configure_sv.R
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ get_svPopList <- function(
msg1 <- msg0 |> paste0("\t")

###### Constants ######
c_intYears <- seq(2000, 2090, by=5) ### years for interpolating
c_intYears <- seq(2000, 2100, by=5) ### years for interpolating

###### Check for Data ######
### Check if there is a data file and if not, exit
Expand Down

0 comments on commit 6dbc01e

Please sign in to comment.