We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b1b11a + 3e28137 commit 06abebeCopy full SHA for 06abebe
src/math.jl
@@ -1,6 +1,6 @@
1
### Necessary until broadcast changes
2
3
-if VERSION < v"0.6-"
+if VERSION < v"0.6.0-dev.1632" # julia PR #17623
4
function .*(m::AbstractMultiScaleArray,y::Number)
5
new_m = similar(m)
6
for i in eachindex(m)
0 commit comments