Skip to content

Commit 96f6ef0

Browse files
Fix trait usage downstream
1 parent 5a7ca13 commit 96f6ef0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ LinearAlgebra = "1.6"
4545
Logging = "1.6"
4646
MuladdMacro = "0.2.1"
4747
NLsolve = "4"
48-
OrdinaryDiffEq = "6.52"
48+
OrdinaryDiffEq = "6.85"
4949
Random = "1.6"
5050
RandomNumbers = "1.5.3"
5151
RecursiveArrayTools = "2, 3"

src/StochasticDiffEq.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ using DocStringExtensions
1414
beta2_default, beta1_default, gamma_default,
1515
qmin_default, qmax_default, qsteady_min_default, qsteady_max_default,
1616
stepsize_controller!, accept_step_controller, step_accept_controller!,
17-
step_reject_controller!, PIController, DummyController
17+
step_reject_controller!, PIController, DummyController, issplit
1818

1919
using UnPack, RecursiveArrayTools, DataStructures
2020
using DiffEqNoiseProcess, Random, ArrayInterface

0 commit comments

Comments
 (0)