@@ -224,13 +224,13 @@ function gen_algcache(cacheexpr::Expr,constcachename::Symbol,algname::Symbol,tab
224224 end
225225
226226 quote
227- function alg_cache (alg:: $algname ,u,rate_prototype,uEltypeNoUnits,uBottomEltypeNoUnits,tTypeNoUnits,uprev,uprev2,f,t,dt,reltol,p,calck,:: Val{false} )
227+ function alg_cache (alg:: $algname ,u,rate_prototype,uEltypeNoUnits,uBottomEltypeNoUnits,tTypeNoUnits,uprev,uprev2,f,t,dt,reltol,p,calck,:: Val{false} , verbose )
228228 tf = TimeDerivativeWrapper (f,u,p)
229229 uf = UDerivativeWrapper (f,t,p)
230230 J,W = build_J_W (alg,u,uprev,p,t,dt,f, nothing , uEltypeNoUnits,Val (false ))
231231 $ constcachename (tf,uf,$ tabname (constvalue (uBottomEltypeNoUnits),constvalue (tTypeNoUnits)),J,W,nothing )
232232 end
233- function alg_cache (alg:: $algname ,u,rate_prototype,uEltypeNoUnits,uBottomEltypeNoUnits,tTypeNoUnits,uprev,uprev2,f,t,dt,reltol,p,calck,:: Val{true} )
233+ function alg_cache (alg:: $algname ,u,rate_prototype,uEltypeNoUnits,uBottomEltypeNoUnits,tTypeNoUnits,uprev,uprev2,f,t,dt,reltol,p,calck,:: Val{true} , verbose )
234234 du = zero (rate_prototype)
235235 du1 = zero (rate_prototype)
236236 du2 = zero (rate_prototype)
0 commit comments