Skip to content

Commit

Permalink
fixed bug with reverse on blade vector grade #11
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed Feb 27, 2019
1 parent f4e4f78 commit 1bd9920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/algebra.jl
Expand Up @@ -595,7 +595,7 @@ function generate_product_algebra(Field=Field,MUL=:*,ADD=:+,SUB=:-,VEC=:mvec,CON
@inbounds val = b.v[k]
@inbounds val0 && setblade!(out,$SUB(val),ib[k],Dimension{N}())
end
return $Blade{T,V,N-G}(out)
return $Blade{T,V,G}(out)
end
end
end
Expand Down

0 comments on commit 1bd9920

Please sign in to comment.