Skip to content

Commit

Permalink
Update benchmark.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Apr 9, 2018
1 parent 285a59c commit a79e9d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/benchmark.jl
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ function WorkPrecision(prob,alg,abstols,reltols,dts=nothing;
return WorkPrecision(prob,abstols,reltols,errors,times,name,N)
end

function WorkPrecisionSet(prob::Union{AbstractODEProblem,AbstractDDEProblem},
function WorkPrecisionSet(prob::Union{AbstractODEProblem,AbstractDDEProblem,
AbstractDAEProblem},
abstols,reltols,setups;numruns=20,
print_names=false,names=nothing,appxsol=nothing,
error_estimate=:final,
Expand Down

0 comments on commit a79e9d7

Please sign in to comment.