Skip to content

Commit 65fa098

Browse files
author
Nathanael Perraudin
committed
Merge branch 'master' of https://github.com/epfl-lts2/unlocbox
2 parents 0f21014 + c9e92b0 commit 65fa098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prox/prox_tv1d.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@
169169
else
170170
% c2)
171171
if umax > 0
172-
for jj = k0:kminus
172+
for jj = k0:kplus
173173
sol(jj,ii) = vmax;
174174
end
175175
k = kplus + 1; k0 = kplus + 1; kplus = kplus + 1;

0 commit comments

Comments
 (0)