From 725d9ee2ddb254f57a896bb47e0e727759eb5901 Mon Sep 17 00:00:00 2001 From: avinashlalotra Date: Fri, 4 Apr 2025 01:38:55 +0530 Subject: fixed : failing testcase and oytput dim --- macros/digitrevorder.sci | 2 -- 1 file changed, 2 deletions(-) (limited to 'macros/digitrevorder.sci') 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 -- cgit