From 5947dbbec643965acd77c4c7c7e62e49636aca35 Mon Sep 17 00:00:00 2001 From: odunbar Date: Wed, 6 Nov 2024 12:01:41 -0800 Subject: [PATCH] typo --- src/Routing.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Routing.jl b/src/Routing.jl index 10dfea9..c088875 100644 --- a/src/Routing.jl +++ b/src/Routing.jl @@ -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