Skip to content

Commit f516bc4

Browse files
moves random let
1 parent 822519d commit f516bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/odesystem.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ eqs[end] = D(D(z)) ~ α*x - β*y
593593
@test c[1] == length(sol)
594594
end
595595

596-
let
596+
let
597597
@parameters t
598598
D = Differential(t)
599599
@variables x[1:2](t) = zeros(2)

0 commit comments

Comments
 (0)