Skip to content

Commit

Permalink
renamed maxdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
sth4nth committed Feb 15, 2016
1 parent 5dc0656 commit fb537fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/maxabsdiff.m → common/maxdiff.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function z = maxabsdiff(x, y)
function z = maxdiff(x, y)
% Written by Mo Chen ([email protected]).
z = max(abs(x(:)-y(:)));

0 comments on commit fb537fe

Please sign in to comment.