Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri committed Dec 13, 2024
1 parent fe97067 commit fe7d608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OceanSeaIceModels/OceanSeaIceModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fe7d608

Please sign in to comment.