Skip to content

Commit 0de763a

Browse files
committed
remove method ambiguity for GC4
1 parent 720252d commit 0de763a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqLinear/src/linear_caches.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ end
185185
struct CG4aConstantCache <: OrdinaryDiffEqConstantCache
186186
end
187187

188-
function alg_cache(alg::CG4a, u, rate_prototype, uEltypeNoUnits,
188+
function alg_cache(alg::CG4a, u, rate_prototype, uEltypeNoUnits, uBottomEltypeNoUnits,
189189
tTypeNoUnits, uprev, uprev2, f, t, dt, reltol, p, calck, ::Val{false}, verbose)
190190
CG4aConstantCache()
191191
end

0 commit comments

Comments
 (0)