From 536f323542fbd4fcd9c8fd42f187bb31527dcde8 Mon Sep 17 00:00:00 2001 From: Takuya Iwanaga Date: Sat, 30 Nov 2024 15:58:56 +1100 Subject: [PATCH] Misc. changes --- src/IHACRESExpuhNode.jl | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/IHACRESExpuhNode.jl b/src/IHACRESExpuhNode.jl index 4c396d5..50578e3 100644 --- a/src/IHACRESExpuhNode.jl +++ b/src/IHACRESExpuhNode.jl @@ -2,9 +2,10 @@ using Parameters using ModelParameters -Base.@kwdef mutable struct ExpuhNode{P, A<:Real} <: IHACRESNode - @network_node - +Base.@kwdef mutable struct ExpuhNode{P, A<:AbstractFloat} <: IHACRESNode + name::String + area::A + # https://wiki.ewater.org.au/display/SD41/IHACRES-CMD+-+SRG d::P = Param(200.0, bounds=(10.0, 550.0)) # flow threshold d2::P = Param(2.0, bounds=(0.0001, 10.0)) # flow threshold, multiplier applied to d