# HG changeset patch # User jwe # Date 795995133 0 # Node ID f070efd56c3d63b6cb176bc14c1d8f3fcca73b36 # Parent bceff7ccdb797c280ad4216934b7caf93dcd56d8 [project @ 1995-03-23 21:45:33 by jwe] diff -r bceff7ccdb79 -r f070efd56c3d scripts/polynomial/polyreduce.m --- 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)