Skip to content

Commit 972835b

Browse files
committed
Fix typo
1 parent c7e108b commit 972835b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/systems/diffeqs/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ function build_explicit_observed_function(
256256
dvs = DestructuredArgs(states(sys))
257257
ps = DestructuredArgs(parameters(sys))
258258
iv = independent_variable(sys)
259-
args = iv === nothing ? [dvs, ps] : [dv, ps, iv]
259+
args = iv === nothing ? [dvs, ps] : [dvs, ps, iv]
260260

261261
ex = Func(
262262
args, [],

0 commit comments

Comments
 (0)