Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/SciMLBase.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ using Distributed
using Markdown
using Printf
import Preferences
using PreallocationTools: get_tmp, DiffCache
using PreallocationTools: get_tmp, DiffCache, FixedSizeDiffCache

import Logging, ArrayInterface
import IteratorInterfaceExtensions
Expand Down
1 change: 1 addition & 0 deletions src/solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ end

anyeltypedual(x) = anyeltypedual(x, Val{0})
anyeltypedual(x, counter) = Any
anyeltypedual(x::FixedSizeDiffCache, counter = 0) = Any

value(x) = x
unitfulvalue(x) = x
Expand Down
Loading