diff scripts/general/shift.m @ 3263:7d80b56e0dc8

[project @ 1999-08-20 19:10:09 by jwe]
author jwe
date Fri, 20 Aug 1999 19:12:29 +0000
parents 041ea33fbbf4
children f37ca3017116
line wrap: on
line diff
--- a/scripts/general/shift.m
+++ b/scripts/general/shift.m
@@ -52,7 +52,7 @@
     y = [t1; t2];
   elseif (b < 0)
     b = rem (abs (b), nr);
-    t1 = x (b+1:nr, :)
+    t1 = x (b+1:nr, :);
     t2 = x (1:b, :);
     y = [t1; t2];
   endif