Skip to content

Commit 53c3046

Browse files
Update solve.jl
1 parent cd924d2 commit 53c3046

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/OrdinaryDiffEqCore/src/solve.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ function SciMLBase.__init(
6969
initialize_integrator = true,
7070
alias = ODEAliasSpecifier(),
7171
initializealg = DefaultInit(),
72-
kwargs...) where {recompile_flag}
72+
kwargs...)
7373
if prob isa SciMLBase.AbstractDAEProblem && alg isa OrdinaryDiffEqAlgorithm
7474
error("You cannot use an ODE Algorithm with a DAEProblem")
7575
end

0 commit comments

Comments
 (0)