Skip to content

Commit 922f4e4

Browse files
kshyattlkdvos
andauthored
Update src/common/gauge.jl
Co-authored-by: Lukas Devos <[email protected]>
1 parent 7d2befd commit 922f4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/gauge.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ function gaugefix!(::Val{:compact}, U, S, Vᴴ, m::Int, n::Int)
3939
return (U, S, Vᴴ)
4040
end
4141

42-
function gaugefix!(::Val{:trunc}, U, S, Vᴴ, m::Int, n::Int)
42+
gaugefix!(::Val{:trunc}, U, S, Vᴴ, m::Int, n::Int) = gaugefix!(Val(:compact), U, S, Vᴴ, m::Int, n::Int)
4343
for j in 1:min(m, n)
4444
u = view(U, :, j)
4545
v = view(Vᴴ, j, :)

0 commit comments

Comments
 (0)