Skip to content

Commit

Permalink
Update systems.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Jul 22, 2024
1 parent dea6305 commit e9a6577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/systems/systems.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function structural_simplify(
allow_symbolic = true, allow_parameter = true, conservative = false, fully_determined = true,
kwargs...)
newsys′ = __structural_simplify(sys, io; simplify,
allow_symbolic = true, allow_parameter = true, conservative = false, fully_determined = true,
allow_symbolic, allow_parameter, conservative, fully_determined,
kwargs...)
if newsys′ isa Tuple
@assert length(newsys′) == 2
Expand Down

0 comments on commit e9a6577

Please sign in to comment.