Skip to content

Commit

Permalink
do not project automatically for :projection_matrix option
Browse files Browse the repository at this point in the history
  • Loading branch information
schillic committed Mar 16, 2019
1 parent 3d2c269 commit e286d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ReachSets/ContinuousPost/BFFPSV18/BFFPSV18.jl
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function post(𝒫::BFFPSV18, 𝑆::AbstractSystem, invariant, 𝑂_input::Optio
end

# Projection
if 𝑂[:project_reachset] || 𝑂[:projection_matrix] != nothing
if 𝑂[:project_reachset]
info("Projection...")
RsetsProj = @timing project(Rsets, 𝑂)
else
Expand Down

0 comments on commit e286d38

Please sign in to comment.