Skip to content

Commit

Permalink
πŸ€– Format .jl files (#966)
Browse files Browse the repository at this point in the history
Co-authored-by: juliohm <[email protected]>
  • Loading branch information
github-actions[bot] and juliohm authored Jul 29, 2024
1 parent 686027e commit 53abb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/units.jl
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ ucross(a::Vec{Dim,β„’}, b::Vec{Dim,β„’}, c::Vec{Dim,β„’}) where {Dim,β„’} = Vec(

urotbetween(u::Vec, v::Vec) = rotation_between(ustrip.(u), ustrip.(v))

urotapply(R::Rotation, v::Vec{Dim,β„’}) where {Dim,β„’} = Vec(R * ustrip.(v) * unit(β„’))
urotapply(R::Rotation, v::Vec{Dim,β„’}) where {Dim,β„’} = Vec(R * ustrip.(v) * unit(β„’))

0 comments on commit 53abb09

Please sign in to comment.