Skip to content

Commit

Permalink
Merge pull request #547 from JuliaReach/schillic/projection_matrix
Browse files Browse the repository at this point in the history
Do not project automatically for :projection_matrix option
  • Loading branch information
schillic authored Mar 16, 2019
2 parents 3d2c269 + e286d38 commit fe9bd10
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 fe9bd10

Please sign in to comment.