We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d666c52 commit 01cfddfCopy full SHA for 01cfddf
test/addition.jl
@@ -7,7 +7,7 @@ for T in [Float64,Float32]
7
printstyled("Testing addition with eltype = $T\n", color=:blue)
8
M = convert(Array{T,2},[4. -2. -1.; -2. 5. -1.; -1. -1. 6.])
9
V = convert(Array{T,1},[1.5, 2.5, 2.0])
10
- X = convert(T,2.0)
+ local X = convert(T,2.0)
11
12
pm1 = PDMat(M)
13
pm2 = PDiagMat(V)
0 commit comments