Skip to content

Commit 7c76cc1

Browse files
hotfix
1 parent 7814b33 commit 7c76cc1

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "MultiScaleArrays"
22
uuid = "f9640e96-87f6-5992-9c3b-0743c6a49ffa"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "1.7.0"
4+
version = "1.7.1"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

src/math.jl

-7
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,6 @@ Broadcast.BroadcastStyle(::Type{<:AMSA}) = AMSAStyle()
1919
out
2020
end
2121

22-
@inline function Base.copy(bc::Broadcast.Broadcasted{<:AMSAStyle})
23-
first_amsa = find_amsa(bc)
24-
out = similar(first_amsa)
25-
copyto!(out,bc)
26-
out
27-
end
28-
2922
@inline function Base.copyto!(dest::AMSA, bc::Broadcast.Broadcasted{<:AMSAStyle})
3023
N = length(dest.nodes)
3124
for i in 1:N

0 commit comments

Comments
 (0)