Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Old requires overloads #17

Open
ChrisRackauckas opened this issue May 16, 2022 · 0 comments
Open

Old requires overloads #17

ChrisRackauckas opened this issue May 16, 2022 · 0 comments

Comments

@ChrisRackauckas
Copy link
Member

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant