diff --git a/lib/SDEProblemLibrary/src/SDEProblemLibrary.jl b/lib/SDEProblemLibrary/src/SDEProblemLibrary.jl index c177485..a681288 100644 --- a/lib/SDEProblemLibrary/src/SDEProblemLibrary.jl +++ b/lib/SDEProblemLibrary/src/SDEProblemLibrary.jl @@ -352,8 +352,8 @@ function oval2ModelExample(; largeFluctuations = false, useBigs = false, noiseLe end u0 = [0.128483, 1.256853, 0.0030203, 0.0027977, 0.0101511, 0.0422942, 0.2391346, - 0.0008014, 0.0001464, 2.67e-05, 4.8e-6, 9e-7, 0.0619917, 1.2444292, 0.0486676, - 199.9383546, 137.4267984, 1.5180203, 1.5180203] #Fig 9B + 0.0008014, 0.0001464, 2.67e-05, 4.8e-6, 9e-7, 0.0619917, 1.2444292, 0.0486676, + 199.9383546, 137.4267984, 1.5180203, 1.5180203] #Fig 9B if useBigs u0 = big.(u0) end