Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
simone-silvestri authored Dec 22, 2024
1 parent cb54387 commit a2bc1de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/OceanSeaIceModels/ocean_sea_ice_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ end

# Assumption: We have an ocean!
architecture(model::OSIM) = architecture(model.ocean.model)
Base.elype(model::OSIM) = eltype(model.ocean.model)
Base.eltype(model::OSIM) = Base.eltype(model.ocean.model)

prettytime(model::OSIM) = prettytime(model.clock.time)
iteration(model::OSIM) = model.clock.iteration
Expand Down

0 comments on commit a2bc1de

Please sign in to comment.