Skip to content

Commit a79e9d7

Browse files
Update benchmark.jl
1 parent 285a59c commit a79e9d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/benchmark.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ function WorkPrecision(prob,alg,abstols,reltols,dts=nothing;
199199
return WorkPrecision(prob,abstols,reltols,errors,times,name,N)
200200
end
201201

202-
function WorkPrecisionSet(prob::Union{AbstractODEProblem,AbstractDDEProblem},
202+
function WorkPrecisionSet(prob::Union{AbstractODEProblem,AbstractDDEProblem,
203+
AbstractDAEProblem},
203204
abstols,reltols,setups;numruns=20,
204205
print_names=false,names=nothing,appxsol=nothing,
205206
error_estimate=:final,

0 commit comments

Comments
 (0)