We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7814b33 commit 7c76cc1Copy full SHA for 7c76cc1
Project.toml
@@ -1,7 +1,7 @@
1
name = "MultiScaleArrays"
2
uuid = "f9640e96-87f6-5992-9c3b-0743c6a49ffa"
3
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4
-version = "1.7.0"
+version = "1.7.1"
5
6
[deps]
7
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
src/math.jl
@@ -19,13 +19,6 @@ Broadcast.BroadcastStyle(::Type{<:AMSA}) = AMSAStyle()
19
out
20
end
21
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
-
29
@inline function Base.copyto!(dest::AMSA, bc::Broadcast.Broadcasted{<:AMSAStyle})
30
N = length(dest.nodes)
31
for i in 1:N
0 commit comments