Skip to content

Commit da4ddb1

Browse files
committed
remove comment oops
1 parent b59ebb2 commit da4ddb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/multifusion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function Base.one(a::IsingBimodule)
8282
return IsingBimodule(a.row, a.col, 0)
8383
end
8484

85-
# Base.isone(a::IsingBimodule) = leftone(a) == a == rightone(a)
85+
Base.isone(a::IsingBimodule) = leftone(a) == a == rightone(a)
8686

8787
function Base.one(::Type{IsingBimodule})
8888
throw(ArgumentError("one of Type IsingBimodule doesn't exist"))

0 commit comments

Comments
 (0)