changeset 1179:f070efd56c3d

[project @ 1995-03-23 21:45:33 by jwe]
author jwe
date Thu, 23 Mar 1995 21:45:33 +0000
parents bceff7ccdb79
children 0a9c94ee69e8
files scripts/polynomial/polyreduce.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/polynomial/polyreduce.m	Thu Mar 23 21:42:24 1995 +0000
+++ b/scripts/polynomial/polyreduce.m	Thu Mar 23 21:45:33 1995 +0000
@@ -32,7 +32,7 @@
 
   if (length (index) != 0)
 
-    index = find (index == 1:length(index));
+    index = find (index == 1:length (index));
 
     if (length (index) != 0)