diff scripts/polynomial/roots.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents 690c91f741b8
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/polynomial/roots.m	Wed Feb 04 16:05:01 2009 +0100
+++ b/scripts/polynomial/roots.m	Wed Feb 04 10:56:23 2009 -0500
@@ -84,7 +84,7 @@
   if (nargin != 1 || min (size (v)) > 1)
     print_usage ();
   elseif (any (isnan(v) | isinf(v)))
-    error ("roots: inputs must not contain Inf or NaN")
+    error ("roots: inputs must not contain Inf or NaN");
   endif
 
   n = numel (v);