diff scripts/polynomial/ppval.m @ 14364:721a4a83cba6

test: Space out %!shared variable declaration for readability * pchip.m, ppval.m: Space out %!shared variable declaration for readability
author Rik <octave@nomad.inbox5.com>
date Tue, 14 Feb 2012 10:01:18 -0800
parents f3d52523cde1
children e437bacb3ef6
line wrap: on
line diff
--- a/scripts/polynomial/ppval.m
+++ b/scripts/polynomial/ppval.m
@@ -103,7 +103,7 @@
 endfunction
 
 
-%!shared b,c,pp,pp2,xi,abserr
+%!shared b, c, pp, pp2, xi, abserr
 %! b = 1:3;
 %! c = ones (2);
 %! pp = mkpp (b, c);