Skip to content

Commit f9bfffe

Browse files
print
1 parent bc4e96f commit f9bfffe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/OrdinaryDiffEqCore/src/solve.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -471,6 +471,8 @@ function DiffEqBase.__init(
471471
saveiter_dense = 0
472472
faslfirst, fsallast = get_fsalfirstlast(cache, rate_prototype)
473473

474+
@show typeof(fsalfirst)
475+
474476
integrator = ODEIntegrator{typeof(_alg), isinplace(prob), uType, typeof(du),
475477
tType, typeof(p),
476478
typeof(eigen_est), typeof(EEst),

0 commit comments

Comments
 (0)