Skip to content

Commit 84467ed

Browse files
committed
fix: NILSS
1 parent 6d9ccb2 commit 84467ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nilss.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ end
352352
function dudt_g_dgdu!(dudt, dgdu_val, gsave, nilssprob::NILSSProblem, y, p, iseg)
353353
(; sensealg, diffcache, g, prob) = nilssprob
354354
(; prob) = nilssprob
355-
(; dgdu, jevery, cur_time) = diff
355+
(; jevery, cur_time) = diffcache
356356

357357
_y = @view y[:, :, iseg]
358358

0 commit comments

Comments
 (0)