Skip to content

Commit f678744

Browse files
committed
fixed Julia v1.6 compat
1 parent 4f2d02c commit f678744

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multivectors.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ end
238238

239239
function chain_src(N,G,T,grades,type=:Multivector)
240240
if N<cache_limit
241-
:($type{V,$T}($(Expr(:call,:Values,vcat([G==g ? [:(@inbounds t.v[$i]) for i list(1,binomial(N,g))] : zeros(Values{binomial(N,g),T}) for g grades]...)...))))
241+
:($type{V,$T}($(Expr(:call,:Values,vcat(TupleVector[G==g ? [:(@inbounds t.v[$i]) for i list(1,binomial(N,g))] : zeros(Values{binomial(N,g),T}) for g grades]...)...))))
242242
else
243243
b = binomial(N,G)
244244
r = type == :Multivector ? binomsum(N,G) ? type == :Spinor : spinsum(N,G) : antisum(N,G)

0 commit comments

Comments
 (0)