We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79bb953 commit 899b325Copy full SHA for 899b325
src/subs.jl
@@ -8,6 +8,7 @@ function evalmap{T}(vars, x::Vector{T}, varorder::Vector{PolyVar})
8
vals[j] = x[i]
9
end
10
11
+ @assert all(i -> isdefined(vals, i), 1:length(vals))
12
vals
13
14
0 commit comments