Skip to content

Commit

Permalink
sbdf fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kanav99 committed Jul 15, 2019
1 parent 8cea624 commit 25cdfa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/caches/bdf_caches.jl
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ end
du₂::rateType
end

@cache mutable struct SBDFCache{uType,rateType,N,F} <: OrdinaryDiffEqMutableCache
@cache mutable struct SBDFCache{uType,rateType,N} <: OrdinaryDiffEqMutableCache
cnt::Int
u::uType
uprev::uType
Expand Down

0 comments on commit 25cdfa9

Please sign in to comment.