Skip to content

Commit a5cd365

Browse files
committed
comments
1 parent 14fe2a5 commit a5cd365

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/common.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
struct OperatorAssumptions{issq} end
2+
# TODO - in defaultalg selection, OperatorAssumptions{nothing} behaves
3+
# exactly like OperatorAssumptions{true}. So let's remove the option to
4+
# put in nothing.
25
function OperatorAssumptions(issquare = nothing)
36
issq = something(_unwrap_val(issquare), Nothing)
47
OperatorAssumptions{issq}()

0 commit comments

Comments
 (0)