Skip to content

Commit 013e0c2

Browse files
committed
Better arg name
1 parent 4974495 commit 013e0c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorizations/orthnull.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function MatrixAlgebraKit.right_null_lq!(A::AbstractBlockSparseMatrix, N, alg)
170170
end
171171
function MatrixAlgebraKit.truncate!(
172172
::typeof(right_null!),
173-
(U, S)::Tuple{AbstractBlockSparseMatrix,AbstractBlockSparseMatrix},
173+
(S, Vᴴ)::Tuple{AbstractBlockSparseMatrix,AbstractBlockSparseMatrix},
174174
strategy::TruncationStrategy,
175175
)
176176
return error("Not implemented.")

0 commit comments

Comments
 (0)