Skip to content

Commit b4b7027

Browse files
Update ode_simple_nonlinear_prob.jl
1 parent d50a64e commit b4b7027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ode/ode_simple_nonlinear_prob.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ pleiades = (du,u,p,t) -> begin
210210
w = view(u,22:28) # y′
211211
du[1:7] .= v
212212
du[8:14].= w
213-
for i in 14:28
213+
for i in 15:28
214214
du[i] = zero(eltype(u))
215215
end
216216
for i=1:7,j=1:7

0 commit comments

Comments
 (0)