Skip to content

Commit cd27113

Browse files
committed
add field to field list
1 parent 3f1c730 commit cd27113

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactionsystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ const reactionsystem_fields = (
229229
:eqs, :rxs, :iv, :sivs, :unknowns, :species, :ps, :var_to_name,
230230
:observed, :name, :systems, :defaults, :connection_type,
231231
:networkproperties, :combinatoric_ratelaws, :continuous_events,
232-
:discrete_events, :metadata, :complete)
232+
:discrete_events, :metadata, :complete, :parent)
233233

234234
"""
235235
$(TYPEDEF)

0 commit comments

Comments
 (0)