changeset 1035:482d40c91fea

[project @ 1995-01-15 22:40:56 by jwe]
author jwe
date Sun, 15 Jan 1995 22:40:56 +0000
parents 69e610fb0013
children 4e4a92dcd94e
files scripts/special-matrix/hankel.m
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/special-matrix/hankel.m	Sun Jan 15 22:31:39 1995 +0000
+++ b/scripts/special-matrix/hankel.m	Sun Jan 15 22:40:56 1995 +0000
@@ -43,11 +43,11 @@
   endif
 
   if (c_nc != 1)
-    c = c';
+    c = c.';
   endif
 
   if (r_nr != 1)
-    r = r';
+    r = r.';
   endif
 
   if (r (1) != c (1))