Skip to content

Commit

Permalink
Merge pull request #5 from rajmic/master
Browse files Browse the repository at this point in the history
prox_tv1d.m corrected
  • Loading branch information
nperraud committed Dec 27, 2015
2 parents e4d0863 + 429ceba commit c9e92b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prox/prox_tv1d.m
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
else
% c2)
if umax > 0
for jj = k0:kminus
for jj = k0:kplus
sol(jj,ii) = vmax;
end
k = kplus + 1; k0 = kplus + 1; kplus = kplus + 1;
Expand Down

0 comments on commit c9e92b0

Please sign in to comment.