@@ -469,7 +469,7 @@ function DiffEqBase.__init(
469
469
reinitiailize = true
470
470
saveiter = 0 # Starts at 0 so first save is at 1
471
471
saveiter_dense = 0
472
- faslfirst , fsallast = get_fsalfirstlast (cache, rate_prototype)
472
+ fsalfirst , fsallast = get_fsalfirstlast (cache, rate_prototype)
473
473
474
474
@show typeof (fsalfirst)
475
475
@@ -478,7 +478,7 @@ function DiffEqBase.__init(
478
478
typeof (eigen_est), typeof (EEst),
479
479
QT, typeof (tdir), typeof (k), SolType,
480
480
FType, cacheType,
481
- typeof (opts), typeof (faslfirst ),
481
+ typeof (opts), typeof (fsalfirst ),
482
482
typeof (last_event_error), typeof (callback_cache),
483
483
typeof (initializealg), typeof (differential_vars)}(
484
484
sol, u, du, k, t, tType (dt), f, p,
@@ -498,7 +498,7 @@ function DiffEqBase.__init(
498
498
isout, reeval_fsal,
499
499
u_modified, reinitiailize, isdae,
500
500
opts, stats, initializealg, differential_vars,
501
- faslfirst , fsallast)
501
+ fsalfirst , fsallast)
502
502
503
503
if initialize_integrator
504
504
if isdae || SciMLBase. has_initializeprob (prob. f)
0 commit comments