Skip to content

Commit 5cb0e27

Browse files
committed
scimlbase
1 parent bc0d221 commit 5cb0e27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ hasdualpromote(u0, t) = true
14221422

14231423
function promote_f(f::SplitFunction, ::Val{specialize}, u0, p, t) where {specialize}
14241424
(typeof(f._func_cache) === typeof(u0) ||
1425-
typeof(f._func_cache) == PreallocationTools.LazyBufferCache) && isinplace(f) ? f :
1425+
typeof(f._func_cache) == SciMLBase.PreallocationTools.LazyBufferCache) && isinplace(f) ? f :
14261426
remake(f, _func_cache = zero(u0))
14271427
end
14281428
prepare_alg(alg, u0, p, f) = alg

0 commit comments

Comments
 (0)