diff --git a/Project.toml b/Project.toml index 8693561..de19946 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "MultiScaleArrays" uuid = "f9640e96-87f6-5992-9c3b-0743c6a49ffa" authors = ["Chris Rackauckas "] -version = "1.7.0" +version = "1.7.1" [deps] DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" diff --git a/src/math.jl b/src/math.jl index 6800715..06b0a04 100644 --- a/src/math.jl +++ b/src/math.jl @@ -19,13 +19,6 @@ Broadcast.BroadcastStyle(::Type{<:AMSA}) = AMSAStyle() out end -@inline function Base.copy(bc::Broadcast.Broadcasted{<:AMSAStyle}) - first_amsa = find_amsa(bc) - out = similar(first_amsa) - copyto!(out,bc) - out -end - @inline function Base.copyto!(dest::AMSA, bc::Broadcast.Broadcasted{<:AMSAStyle}) N = length(dest.nodes) for i in 1:N