Skip to content

Commit

Permalink
Fix typo 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
mrustl committed Jul 5, 2024
1 parent 177f248 commit 63bffba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/prepare_atmosphere.R
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ prepare_atmosphere <- function(
dplyr::bind_cols()

if(n_conc[["conc_irrig_clearwater"]] == 1 & max(n_conc) > 1) {
load_irrig_cw <- copy_column(load_irrig_gw,
load_irrig_cw <- copy_column(load_irrig_cw,
column = names(load_irrig_cw),
number_of_new_columns = max(n_conc) - 1)
}
Expand Down

0 comments on commit 63bffba

Please sign in to comment.