Skip to content

Commit

Permalink
Merge pull request #2573 from CliMA/zs/hotfix
Browse files Browse the repository at this point in the history
remove get_state
  • Loading branch information
szy21 authored Jan 25, 2024
2 parents 7f427ec + e2855a8 commit b370eb8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/solver/type_getters.jl
Original file line number Diff line number Diff line change
Expand Up @@ -272,15 +272,6 @@ function get_spaces(parsed_args, params, comms_ctx)
)
end

# get_state(simulation, parsed_args, spaces, params, atmos)
function get_state(simulation, args...)
if simulation.restart
return get_state_restart(comms_ctx)
else
return get_state_fresh_start(args...)
end
end

function get_spaces_restart(Y)
center_space = axes(Y.c)
face_space = axes(Y.f)
Expand Down

0 comments on commit b370eb8

Please sign in to comment.