Skip to content

Commit

Permalink
compute on any object
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaqz committed Dec 2, 2024
1 parent a0a17ea commit cda2fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gridrsp.jl
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ end
Operations(ops::O) where O<:Tuple = Operations{O}(ops)
Operations(args...) = Operations(args)

function compute(o::Operations, grsp::Grid)
function compute(o::Operation, grsp::Grid)
compute(o, GridRSP(g; allocs=o.allocs); θ=o.θ)
end
function compute(o::Operations, grsp::GridRSP)
Expand Down

0 comments on commit cda2fd9

Please sign in to comment.