Skip to content

Commit

Permalink
document that inner constructor is private
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacsas committed Nov 10, 2021
1 parent 1afeee4 commit 5ba101a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/reactionsystem.jl
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ struct ReactionSystem{U <: Union{Nothing,MT.AbstractSystem}} <: MT.AbstractTimeD
"""Non-`Reaction` equations that further constrain the system"""
constraints::U

# inner constructor is considered private and may change between non-breaking releases.
function ReactionSystem(eqs, iv, states, ps, var_to_name, observed, name, systems, defaults, connection_type, csys;
checks::Bool=true, skipvalue=false)
if checks
Expand Down

0 comments on commit 5ba101a

Please sign in to comment.