ATell-SoundTheory / CliffordAlgebras.jl

A fast and lightweight Julia package for Clifford and geometric algebras.
https://atell-soundtheory.github.io/CliffordAlgebras.jl/
MIT License
36 stars 4 forks source link

remove unused where clause #12

Closed jw3126 closed 1 year ago

jw3126 commented 1 year ago

Awesome package! This fixes a minor warning I got:

[ Info: Precompiling CliffordAlgebras [ca841f6f-225c-4bbd-a467-7a3512dfa6f6]
WARNING: method definition for ∨ at /home/jan/.julia/dev/CliffordAlgebras/src/arithmetic.jl:205 declares type variable CA but does not use it.
ATell-SoundTheory commented 1 year ago

Thanks, Jan!