Skip to content

Commit

Permalink
Update flood_divide.R
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd authored Oct 6, 2024
1 parent 7e6a2f6 commit b137e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/flood_divide.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ flood_divide <- function(df, ...) {
date <- df$date
if ("time" %in% names(df)) date <- df$time
df <- df[order(date)]
info_group <- detect_flood_events(date, df$Q, ...)
detect_flood_events(date, df$Q, ...) # info_group
}

#' @rdname flood_divide
Expand Down

0 comments on commit b137e42

Please sign in to comment.