diff scripts/polynomial/mpoles.m @ 7151:aeeb646f6538

[project @ 2007-11-09 19:34:17 by jwe]
author jwe
date Fri, 09 Nov 2007 19:35:52 +0000
parents 93c65f2a5668
children 1e716cb4b2a3
line wrap: on
line diff
--- a/scripts/polynomial/mpoles.m
+++ b/scripts/polynomial/mpoles.m
@@ -95,7 +95,7 @@
       p0 = mean (abs (p(find (abs (p) > 0))));
       if (isempty (p0))
         p0 = 1;
-      end
+      endif
     else
       p0 = abs (p(n));
     endif