Skip to content

Commit 157afc4

Browse files
Update src/Integrals.jl
1 parent a52e4b1 commit 157afc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Integrals.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ function SciMLBase.solve(prob::IntegralProblem,
108108
__solvebp(prob, alg, sensealg, prob.lb, prob.ub, prob.p; kwargs...)
109109
end
110110
# Throw error if alg is not provided, as defaults are not implemented.
111-
solve(::IntegralProblem) = throw(ArgumentError("""
111+
SciMLBase.solve(::IntegralProblem) = throw(ArgumentError("""
112112
No integration algorithm `alg` was supplied as the second positional argument.
113113
Reccomended integration algorithms are:
114114
For scalar functions: QuadGKJL()

0 commit comments

Comments
 (0)