Skip to content

Commit 0202834

Browse files
authored
minor improvements to type inference in LowRankPertOperator (#439)
1 parent 8aec3b5 commit 0202834

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Operators/almostbanded/LowRankPertOperator.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ struct LowRankPertOperator{OO,LR,T} <: Operator{T}
1010
end
1111

1212
function LowRankPertOperator(Bin::Operator,Lin::LowRankOperator)
13-
B,L2=promotedomainspace([Bin,Lin])
13+
B,L2=promotedomainspace((Bin,Lin))
1414
rsp=rangespace(B) # use rangespace of B because LowRankOperator only
1515
# needs convert, and its unlikely that the rangespaces
1616
# will be inferred from L

0 commit comments

Comments
 (0)