Skip to content

Commit 18fc6d1

Browse files
Merge pull request #2136 from LilithHafner/lh/SENSITIVITY_INTERP_MESSAGE
Load SENSITIVITY_INTERP_MESSAGE from SciMLBase
2 parents a2ac246 + e116ef7 commit 18fc6d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/dense/generic_dense.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ const DERIVATIVE_ORDER_NOT_POSSIBLE_MESSAGE = """
1111
* https://docs.sciml.ai/DiffEqDocs/stable/solvers/dae_solve/
1212
"""
1313

14+
using SciMLBase: SENSITIVITY_INTERP_MESSAGE
15+
1416
struct DerivativeOrderNotPossibleError <: Exception end
1517

1618
function Base.showerror(io::IO, e::DerivativeOrderNotPossibleError)

0 commit comments

Comments
 (0)