Skip to content

Commit

Permalink
fixed an oops in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeXing committed Dec 13, 2011
1 parent 900f4fd commit caa0f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion j/sparse.j
Original file line number Diff line number Diff line change
Expand Up @@ -781,7 +781,7 @@ function _jl_spa_store_reset{T}(S::SparseAccumulator{T}, col, colptr, rowval, nz
nzval = grow(nzval, length(nzval))
end

_jl_quicksort(indexes, 1, nvals, ) #sort indexes[1:nvals]
_jl_quicksort(indexes, 1, nvals) #sort indexes[1:nvals]

offs = 1
for i=1:nvals
Expand Down

0 comments on commit caa0f6f

Please sign in to comment.