Skip to content

Commit

Permalink
remove get_state
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jan 25, 2024
1 parent 7f427ec commit e2855a8
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 e2855a8

Please sign in to comment.