Skip to content

Commit 4c6f85a

Browse files
committed
splat x,y
1 parent f6491c3 commit 4c6f85a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Multivariate/TensorSpace.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ function points(sp::TensorSpace,n)
470470

471471
for y in points(b,M),
472472
x in points(a,N)
473-
push!(pts,Vec(x,y))
473+
push!(pts,Vec(x...,y...))
474474
end
475475
pts
476476
end

0 commit comments

Comments
 (0)