Skip to content

Commit

Permalink
Remove superfluous indices in apply!
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jan 16, 2024
1 parent b32be67 commit 7b41e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IndexSpaces.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2778,7 +2778,7 @@ function apply!(
function filter_state(state::State, layout::Layout)
state_without_layout = delete!(copy(state.dict), layout)
state_and_layout = delete!(copy(state.dict), state_without_layout)
return State(state.kernel_setup, state_with_layout)
return State(state.kernel_setup, state_and_layout)
end

loop_over_registers(emitter, res_layout) do state
Expand Down

0 comments on commit 7b41e34

Please sign in to comment.