Skip to content

Commit db344d5

Browse files
authored
Fix merge issue
1 parent 0fe0ad3 commit db344d5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/kroneckerarray.jl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -375,8 +375,6 @@ function Base.isapprox(
375375
return iszero(rtol) ? d <= atol : d <= max(atol, rtol * max(norm(a), norm(b)))
376376
end
377377

378-
function Base.iszero(a::KroneckerArray)
379-
380378
function Base.iszero(a::AbstractKroneckerArray)
381379
return iszero(arg1(a)) || iszero(arg2(a))
382380
end

0 commit comments

Comments
 (0)