Skip to content

Commit

Permalink
Update smoothmedian.m
Browse files Browse the repository at this point in the history
  • Loading branch information
acp29 committed Jun 4, 2022
1 parent e694cf1 commit a6269ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/param/smoothmedian.m
Expand Up @@ -186,7 +186,7 @@
v = zeros(1,n);
end
idx = 1:n;
MaxIter = 500;
MaxIter = 5000;
% Calculate commonly used operations and assign them to new variables
z = (xi-xj).^2;
y = xi+xj;
Expand Down

0 comments on commit a6269ff

Please sign in to comment.