We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 45b83e7 + 4c07920 commit bc14598Copy full SHA for bc14598
src/models/serialization.jl
@@ -5,6 +5,7 @@ const _ENCODE_AS_UUID_A = (
5
Union{Nothing, LoadZone},
6
Union{Nothing, DynamicInjection},
7
Union{Nothing, StaticInjection},
8
+ Union{Nothing, HydroReservoir},
9
Vector{Service},
10
Vector{HydroReservoir},
11
)
@@ -17,6 +18,7 @@ const _ENCODE_AS_UUID_B =
17
18
LoadZone,
19
DynamicInjection,
20
StaticInjection,
21
+ HydroReservoir,
22
23
24
0 commit comments