Skip to content

Commit

Permalink
missed definition of "n"
Browse files Browse the repository at this point in the history
  • Loading branch information
kpotomkin committed Aug 14, 2019
1 parent 8118b9b commit 57dccd5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ function solve!(system::InitialValueProblem{<:HybridSystem,
if opD isa DecomposedDiscretePost
temp_vars = opD.options[:temp_vars]
n_lowdim = length(temp_vars)
n = dim(X0.X)
property_loc_lowdim = project(property_loc, temp_vars)
for (i, reach_set) in enumerate(reach_tube.Xk)
if (dim(reach_set.X) == n_lowdim && n_lowdim < n)
Expand Down

0 comments on commit 57dccd5

Please sign in to comment.