Skip to content

Commit 06abebe

Browse files
Merge pull request #11 from JuliaDiffEq/tk/version-specificity
use more specific VERSION cutoff for dot operators
2 parents 9b1b11a + 3e28137 commit 06abebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
### Necessary until broadcast changes
22

3-
if VERSION < v"0.6-"
3+
if VERSION < v"0.6.0-dev.1632" # julia PR #17623
44
function .*(m::AbstractMultiScaleArray,y::Number)
55
new_m = similar(m)
66
for i in eachindex(m)

0 commit comments

Comments
 (0)