Skip to content

Commit d6ac9b4

Browse files
committed
Fix #1732
1 parent 87bbc1b commit d6ac9b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structural_transformation/codegen.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ function build_torn_function(sys;
291291
rhss)
292292

293293
states = fullvars[states_idxs]
294-
syms = map(Symbol, states_idxs)
294+
syms = map(Symbol, states)
295295

296296
pre = get_postprocess_fbody(sys)
297297

0 commit comments

Comments
 (0)