Skip to content

Commit a0d4785

Browse files
committed
Update operators.jl
1 parent fc7176f commit a0d4785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/operators.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ macro simplify(qt)
7070
if qt.args[1].args[3].head == :(::) # A \ B
7171
Bname,Btyp = qt.args[1].args[3].args
7272
esc(quote
73-
LazyArrays.ApplyStyle(::typeof(\), ::Type{<:$Atyp}, ::Type{<:$Btyp}) = SimplifyStyle()
73+
LazyArrays.ApplyStyle(::typeof(\), ::Type{<:$Atyp}, ::Type{<:$Btyp}) = ContinuumArrays.SimplifyStyle()
7474
function Base.copy(M::Applied{ContinuumArrays.SimplifyStyle,typeof(\),<:Tuple{<:$Atyp,<:$Btyp}})
7575
$Aname,$Bname = M.args
7676
$mat

0 commit comments

Comments
 (0)