Skip to content

Commit 549b58c

Browse files
Update README.md
1 parent f7f062b commit 549b58c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ u0 = [1.0, 0, 0]
2323
du0 = [-0.04, 0.04, 0.0]
2424
tspan = (0.0,100000.0)
2525

26-
function resrob(tres, y, yp, r)
26+
function resrob(r,yp,y,p,t)
2727
r[1] = -0.04*y[1] + 1.0e4*y[2]*y[3]
2828
r[2] = -r[1] - 3.0e7*y[2]*y[2] - yp[2]
2929
r[1] -= yp[1]

0 commit comments

Comments
 (0)