summaryrefslogtreecommitdiff
path: root/macros/digitrevorder.sci
diff options
context:
space:
mode:
Diffstat (limited to 'macros/digitrevorder.sci')
-rw-r--r--macros/digitrevorder.sci2
1 files changed, 0 insertions, 2 deletions
diff --git a/macros/digitrevorder.sci b/macros/digitrevorder.sci
index 0137542..84041fc 100644
--- a/macros/digitrevorder.sci
+++ b/macros/digitrevorder.sci
@@ -54,8 +54,6 @@ function [y, i] = digitrevorder (x, r)
y(old_ind + 1) = x(i);
if (size(x,2)== 1)
y = y(:);
- else
- i = i.';
end
endfunction