Skip to content

Commit 8579987

Browse files
authored
Update src/reactionsystem.jl
1 parent 76a39b5 commit 8579987

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/reactionsystem.jl

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -508,9 +508,7 @@ struct ReactionSystem{V <: NetworkProperties} <:
508508
"""
509509
discrete_events::Vector{MT.SymbolicDiscreteCallback}
510510
"""
511-
Metadata for the system, to be used by downstream packages. Currently have no known usage,
512-
however, is present in other ModelingToolkit systems, and hence added here in case it might
513-
be needed in the future.
511+
Metadata for the system, to be used by downstream packages.
514512
"""
515513
metadata::Any
516514
"""

0 commit comments

Comments
 (0)