Skip to content

Commit

Permalink
Pass description through flatten()
Browse files Browse the repository at this point in the history
  • Loading branch information
hersle committed Oct 18, 2024
1 parent e8a8729 commit e68021d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/systems/diffeqs/odesystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,7 @@ function flatten(sys::ODESystem, noeqs = false)
discrete_events = discrete_events(sys),
defaults = defaults(sys),
name = nameof(sys),
description = get_description(sys),
initialization_eqs = initialization_equations(sys),
is_dde = is_dde(sys),
checks = false)
Expand Down

0 comments on commit e68021d

Please sign in to comment.