Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jagoosw committed Oct 31, 2024
1 parent 5407c52 commit 26483ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Particles/tracer_interpolation.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ end
@inline collapse_position(x, y, z, ℓx, ℓy, ℓz) = (x, y, z)
@inline collapse_position(x, y, z, ::Nothing, ℓy, ℓz) = (y, z)
@inline collapse_position(x, y, z, ℓx, ::Nothing, ℓz) = (x, z)
@inline collapse_position(x, y, z, ℓx, ℓy, ::Nothing) = (x, y, ::Nothing)
@inline collapse_position(x, y, z, ℓx, ℓy, ::Nothing) = (x, y)
@inline collapse_position(x, y, z, ℓx, ::Nothing, ::Nothing) = (x, )
@inline collapse_position(x, y, z, ::Nothing, ℓy, ::Nothing) = (y, )
@inline collapse_position(x, y, z, ::Nothing, ::Nothing, ℓz) = (z, )
Expand Down

0 comments on commit 26483ba

Please sign in to comment.