Skip to content

Commit d4204ea

Browse files
Julia 1.6.0-rc2 fix
1 parent 1c40e26 commit d4204ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ThreadedSparseArrays.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ using LinearAlgebra
44
import LinearAlgebra: mul!
55
using SparseArrays
66
import SparseArrays: getcolptr
7-
const AdjOrTransDenseMatrix = if VERSION < v"1.7.0-DEV.499"
7+
const AdjOrTransDenseMatrix = if VERSION < v"1.6.0-rc2"
88
SparseArrays.AdjOrTransStridedOrTriangularMatrix
99
else
1010
SparseArrays.AdjOrTransDenseMatrix

0 commit comments

Comments
 (0)