This repository was archived by the owner on Jun 24, 2022. It is now read-only.

Description
For safe keeping:
from DiffEqBase.jl:
@require ApproxFun="28f2ccd6-bb30-5033-b560-165f7b14dc2f" begin
eval_u0(u0::ApproxFun.Fun) = false
end
from RecursiveArrayTools.jl:
@require ApproxFun="28f2ccd6-bb30-5033-b560-165f7b14dc2f" begin
RecursiveArrayTools.recursive_unitless_eltype(a::ApproxFun.Fun) = typeof(a)
RecursiveArrayTools.recursive_unitless_bottom_eltype(a::ApproxFun.Fun) = recursive_unitless_bottom_eltype(ApproxFun.coefficients(a))
RecursiveArrayTools.recursive_bottom_eltype(a::ApproxFun.Fun) = recursive_bottom_eltype(ApproxFun.coefficients(a))
end