Skip to content

Commit ec649b8

Browse files
Revert accidental commit
1 parent f12eb32 commit ec649b8

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/reactionsystem.jl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,10 @@ Notes:
11831183
the symbolic variables being defined in the `Main` module.
11841184
"""
11851185
macro unpacksys(rn)
1186-
Catalyst.__unpacksys((esc(rn)))
1186+
quote
1187+
ex = Catalyst.__unpacksys($(esc(rn)))
1188+
Base.eval($(__module__), ex)
1189+
end
11871190
end
11881191

11891192
"""

0 commit comments

Comments
 (0)