Skip to content

Commit 40b2d03

Browse files
author
mohamed82008
committed
Comment out redefinitions
1 parent 7379dc7 commit 40b2d03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/lobpcg.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ using IterativeSolvers
22
using LinearMaps
33
using Base.Test
44

5+
# Already defined in another file
6+
#=
57
import Base.A_ldiv_B!
68
79
include("laplace_matrix.jl")
@@ -11,6 +13,7 @@ struct JacobiPrec{TD}
1113
end
1214
1315
A_ldiv_B!(y, P::JacobiPrec, x) = y .= x ./ P.diagonal
16+
=#
1417

1518
function max_err(R)
1619
r = zeros(real(eltype(R)), size(R, 2))

0 commit comments

Comments
 (0)