Skip to content

Commit 385b2f9

Browse files
fix inexact error
1 parent ef64010 commit 385b2f9

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
@@ -157,7 +157,7 @@ Fitzhugh-Nagumo
157157
158158
with initial condition ``v=w=1``
159159
"""
160-
prob_ode_fitzhughnagumo = ODEProblem(fitz,[1;1],(0.0,1.0))
160+
prob_ode_fitzhughnagumo = ODEProblem(fitz,[1.0;1.0],(0.0,1.0))
161161

162162
#Van der Pol Equations
163163
van = @ode_def_noinvhes VanDerPol begin

0 commit comments

Comments
 (0)