diff scripts/polynomial/polyreduce.m @ 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 611d403c7f3d
line wrap: on
line diff
--- a/scripts/polynomial/polyreduce.m
+++ b/scripts/polynomial/polyreduce.m
@@ -32,7 +32,7 @@
 
   if (length (index) != 0)
 
-    index = find (index == 1:length(index));
+    index = find (index == 1:length (index));
 
     if (length (index) != 0)