diff --git a/src/compat/diffeqbase.jl b/src/compat/diffeqbase.jl index b5989cc3..723965f9 100644 --- a/src/compat/diffeqbase.jl +++ b/src/compat/diffeqbase.jl @@ -1,2 +1,2 @@ # Can we figure out how to get rid of this? -(p::DiffEqBase.DefaultLinSolve)(x, A::ComponentMatrix, b, update_matrix=false; tol=nothing, kwargs...) = p(x, getdata(A), b, update_matrix; tol, kwargs...) \ No newline at end of file +(p::DiffEqBase.DefaultLinSolve)(x, A::ComponentMatrix, b, update_matrix=false; tol=nothing, kwargs...) = p(x, getdata(A), b, update_matrix; tol=tol, kwargs...)