Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #48 from swt30/fix-ode4-comments
Browse files Browse the repository at this point in the history
Fix ode4 argument order in comments
  • Loading branch information
Tomas Lycken committed Oct 20, 2014
2 parents 913a3a5 + 931e87e commit 568c213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ODE.jl
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ const ode45 = ode45_dp
#ODE4 Solve non-stiff differential equations, fourth order
# fixed-step Runge-Kutta method.
#
# [T,X] = ODE4(ODEFUN, TSPAN, X0) with TSPAN = [T0:H:TFINAL]
# [T,X] = ODE4(ODEFUN, X0, TSPAN) with TSPAN = [T0:H:TFINAL]
# integrates the system of differential equations x' = f(t,x) from time
# T0 to TFINAL in steps of H with initial conditions X0. Function
# ODEFUN(T,X) must return a column vector corresponding to f(t,x). Each
Expand Down

0 comments on commit 568c213

Please sign in to comment.