Skip to content

Commit

Permalink
Make some test numbers const.
Browse files Browse the repository at this point in the history
  • Loading branch information
maleadt committed May 26, 2017
1 parent f1f3f34 commit 692483e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test/mv.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ using CUSPARSE
using CUDArt
using Base.Test

m = 25
n = 35
k = 10
blockdim = 5
const m = 25
const n = 35
const k = 10
const blockdim = 5

@testset "mv" begin
for elty in [Float32,Float64,Complex64,Complex128]
Expand Down

0 comments on commit 692483e

Please sign in to comment.