From fe7d6087c1af125448289c12da970125b2deb00e Mon Sep 17 00:00:00 2001 From: Simone Silvestri Date: Fri, 13 Dec 2024 13:48:21 +0100 Subject: [PATCH] bugfix --- src/OceanSeaIceModels/OceanSeaIceModels.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/OceanSeaIceModels/OceanSeaIceModels.jl b/src/OceanSeaIceModels/OceanSeaIceModels.jl index 03b292ec..da02be14 100644 --- a/src/OceanSeaIceModels/OceanSeaIceModels.jl +++ b/src/OceanSeaIceModels/OceanSeaIceModels.jl @@ -72,7 +72,7 @@ const NoAtmosphereModel = OceanSeaIceModel{<:Any, Nothing} compute_atmosphere_ocean_fluxes!(::NoAtmosphereModel) = nothing compute_atmosphere_sea_ice_fluxes!(::NoAtmosphereModel) = nothing -const NoSeaIceModel = {OceanSeaIceModel{Nothing}, FreezingLimitedCoupledModel} +const NoSeaIceModel = Union{OceanSeaIceModel{Nothing}, FreezingLimitedCoupledModel} # Fallback compute_sea_ice_ocean_fluxes!(::NoSeaIceModel) = nothing