Skip to content

Commit

Permalink
fixed #41 issue with dimension mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
chakravala committed Mar 16, 2020
1 parent a9ce73c commit d35448c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/products.jl
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ function generate_products(Field=Field,VEC=:mvec,MUL=:*,ADD=:+,SUB=:-,CONJ=:conj
setblade!_pre(out,$p(grade(V,B)) ? :($$SUB($v)) : v,B,Val{N}())
end
end
return :(Chain{V,G}($(Expr(:call,tvec(N,:T),out...))))
return :(Chain{V,G}($(Expr(:call,tvec(N,G,:T),out...))))
else return quote
D = diffvars(V)
D==0 && !$$p(G) && (return b)
Expand Down

0 comments on commit d35448c

Please sign in to comment.