Skip to content

Commit 09312be

Browse files
committed
fix downstream
1 parent c7fe717 commit 09312be

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

lib/OrdinaryDiffEqCore/src/OrdinaryDiffEqCore.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ end
107107
const TryAgain = SlowConvergence
108108
isdiscretecache(cache) = false
109109

110+
# unused. Delete this once StocasticDiffEq doesn't use it
111+
DEFAULT_PRECS(W, du, u, p, t, newW, Plprev, Prprev, solverdata) = nothing, nothing
110112
include("doc_utils.jl")
111113
include("misc_utils.jl")
112114

src/OrdinaryDiffEq.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,7 @@ export AutoSwitch, AutoTsit5, AutoDP5,
227227

228228
import OrdinaryDiffEqCore: IController, PIController, PIDController
229229
export IController, PIController, PIDController
230+
231+
# unused, delete once StocasticDiffEq doesn't use this
232+
export DEFAULT_PRECS
230233
end # module

0 commit comments

Comments
 (0)