Skip to content

Commit 918750e

Browse files
Update ode_premade_problems.jl
1 parent fa6beb4 commit 918750e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ode_premade_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ Lotka-Voltera Equations
141141
142142
with initial condition ``x=y=1``
143143
"""
144-
prb_ode_lotkavoltera = ODEProblem(lotka,[1;1],(0.0,1.0))
144+
prob_ode_lotkavoltera = ODEProblem(lotka,[1;1],(0.0,1.0))
145145

146146
## Fitzhugh-Nagumo
147147

0 commit comments

Comments
 (0)