Skip to content

Commit

Permalink
minimum fix to make SciML/DiffEqBase.jl#870 work
Browse files Browse the repository at this point in the history
  • Loading branch information
vpuri3 committed Feb 8, 2023
1 parent 1c18a61 commit aebefbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ LoopVectorization = "0.12"
NNlib = "0.6, 0.7, 0.8"
Requires = "1"
RuntimeGeneratedFunctions = "0.4, 0.5"
SciMLBase = "1.11"
SciMLBase = "1.83"
SparseDiffTools = "1.17"
StaticArrays = "0.10, 0.11, 0.12, 1.0, 1.10, 1.3.2"
julia = "1.6"
Expand Down
4 changes: 2 additions & 2 deletions src/jacvec_operators.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Operator Implementation
mutable struct JacVecOperator{T, F, T1, T2, uType, P, tType, O} <:
DiffEqBase.AbstractDiffEqLinearOperator{T}
AbstractDiffEqLinearOperator{T}
f::F
cache1::T1
cache2::T2
Expand Down Expand Up @@ -151,7 +151,7 @@ end
### AnalyticalOperator Implementation

mutable struct AnalyticalJacVecOperator{T, F, uType, P, tType, O} <:
DiffEqBase.AbstractDiffEqLinearOperator{T}
AbstractDiffEqLinearOperator{T}
f::F
u::uType
p::P
Expand Down

0 comments on commit aebefbb

Please sign in to comment.