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

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents 81d6ab3ac93c
children eb63fbe60fab
line wrap: on
line diff
--- a/scripts/polynomial/pchip.m	Wed Feb 04 16:05:01 2009 +0100
+++ b/scripts/polynomial/pchip.m	Wed Feb 04 10:56:23 2009 -0500
@@ -99,7 +99,7 @@
     h = diff (x);
     y = flipud (y);
   elseif (any (h <= 0))
-    error("pchip: x must be strictly monotonic")
+    error("pchip: x must be strictly monotonic");
   endif
 
   if (rows (y) != n)