Skip to content

Commit dd4f337

Browse files
committed
Fix typo
1 parent 0ec01ae commit dd4f337

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/context_implementations.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,8 @@ function get_and_set_val!(
302302
else
303303
r = init(dist, spl, n)
304304
for i in 1:n
305-
push!(vi, vns[i], r[:,i], dist, spl)
305+
vn = vns[i]
306+
push!(vi, vn, r[:,i], dist, spl)
306307
settrans!(vi, false, vn)
307308
end
308309
end

0 commit comments

Comments
 (0)