Skip to content

Commit

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

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

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

0 comments on commit cb54387

Please sign in to comment.