Skip to content
This repository was archived by the owner on Jul 19, 2023. It is now read-only.

Commit 52ac2f0

Browse files
committed
vecjac fix
1 parent f8989c7 commit 52ac2f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vecjac_operators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mutable struct VecJacOperator{T, F, T1, T2, uType, P, tType, O} <:
2-
DiffEqBase.AbstractDiffEqLinearOperator{T}
2+
AbstractDiffEqLinearOperator{T}
33
f::F
44
cache1::T1
55
cache2::T2

0 commit comments

Comments
 (0)