Skip to content

Commit 96a914f

Browse files
committed
change again
1 parent 57de663 commit 96a914f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/OrdinaryDiffEqCore/src/interp_func.jl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,8 @@ function strip_cache(cache)
8080
for name in fieldnames(typeof(cache))]...)
8181
else
8282
# need to do something special for default cache
83-
noth_type = Nothing
84-
cache = OrdinaryDiffEqCore.DefaultCache{noth_type, noth_type, noth_type, noth_type,
85-
noth_type, noth_type, noth_type, noth_type}(nothing, nothing, 0, nothing)
83+
cache = OrdinaryDiffEqCore.DefaultCache{Nothing, Nothing, Nothing, Nothing,
84+
Nothing, Nothing, Nothing, Nothing}(nothing, nothing, 0, nothing)
8685
end
8786

8887
cache

0 commit comments

Comments
 (0)