Skip to content

Commit d6a68d1

Browse files
committed
Remove print
1 parent 17a3382 commit d6a68d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aggregate.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ end
33

44
function aggregation(::StandardAggregation, S::SparseMatrixCSC{T,R}) where {T,R}
55

6-
@show R
76
n = size(S, 1)
87
x = zeros(R, n)
98
y = zeros(R, n)

0 commit comments

Comments
 (0)