Skip to content

Commit

Permalink
Remove duplicate get_sediment_states()
Browse files Browse the repository at this point in the history
  • Loading branch information
vers-w committed Nov 26, 2024
1 parent a3ffec7 commit c15cf6a
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions src/states.jl
Original file line number Diff line number Diff line change
Expand Up @@ -94,30 +94,6 @@ function get_sediment_states()
return states
end

function get_sediment_states()
states = (
:leftover_clay,
:leftover_silt,
:leftover_sand,
:leftover_sagg,
:leftover_lagg,
:leftover_gravel,
:store_clay,
:store_silt,
:store_sand,
:store_sagg,
:store_lagg,
:store_gravel,
:clay,
:silt,
:sand,
:sagg,
:lagg,
:gravel,
)
return states
end

"""
add_to_required_states(required_states::Tuple, key_entry::Tuple, states::Tuple)
add_to_required_states(required_states::Tuple, key_entry::Tuple, states::Nothing)
Expand Down

0 comments on commit c15cf6a

Please sign in to comment.