Skip to content

Commit 1ee485f

Browse files
Allow OrderedDicts to be used
1 parent cd4b6dc commit 1ee485f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nodes/IHACRES/IHACRESNode.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function prep_state!(node::IHACRESNode, timesteps::Int64)::Nothing
7474
end
7575

7676

77-
function IHACRESBilinearNode(name::String, spec::Dict)
77+
function IHACRESBilinearNode(name::String, spec::Union{Dict,OrderedDict})
7878
n = create_node(IHACRESBilinearNode, name, spec["area"])
7979
node_params = copy(spec["parameters"])
8080

0 commit comments

Comments
 (0)