Skip to content

Commit 3cd3d9d

Browse files
namespace standard tag
1 parent 084264c commit 3cd3d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alg_utils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ OrdinaryDiffEq.get_chunksize(alg::StochasticDiffEqJumpNewtonAdaptiveAlgorithm{CS
257257
OrdinaryDiffEq.get_chunksize(alg::StochasticDiffEqJumpNewtonDiffusionAdaptiveAlgorithm{CS,AD,Controller}) where {CS,AD,Controller} = Val(CS)
258258

259259
@static if isdefined(OrdinaryDiffEq,:standardtag)
260-
standardtag(alg::Union{StochasticDiffEqNewtonAdaptiveAlgorithm{CS,AD,FDT,ST,Controller},
260+
OrdinaryDiffEq.standardtag(alg::Union{StochasticDiffEqNewtonAdaptiveAlgorithm{CS,AD,FDT,ST,Controller},
261261
StochasticDiffEqNewtonAlgorithm{CS,AD,FDT,ST,Controller}}
262262
) where {CS,AD,FDT,ST,Controller} = ST
263263
end

0 commit comments

Comments
 (0)