Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
odunbar committed Nov 6, 2024
1 parent 44c86b1 commit 5947dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Routing.jl
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function update_state_from_hillslope!(
hillslope_model::HM,
static_env::SE,
dyn_env::DE
) where {RS <: RiverState, HM <: AbstractHillslopeModel, SE <: StaticEnvironment, DE <: DynamicEnvironmen}
) where {RS <: RiverState, HM <: AbstractHillslopeModel, SE <: StaticEnvironment, DE <: DynamicEnvironment}
# Constants
day_to_s = 86400
km²_to_m² = 1000000
Expand Down

0 comments on commit 5947dbb

Please sign in to comment.