comparison scripts/geometry/voronoi.m @ 8664:e07e93c04080

style fixes
author John W. Eaton <jwe@octave.org>
date Wed, 04 Feb 2009 10:56:23 -0500
parents e792c736b1ac
children eb63fbe60fab
comparison
equal deleted inserted replaced
8663:4238f2600a17 8664:e07e93c04080
159 endif 159 endif
160 elseif (nargout == 2) 160 elseif (nargout == 2)
161 vvx = vx; 161 vvx = vx;
162 vvy = vy; 162 vvy = vy;
163 else 163 else
164 error ("voronoi: only two or zero output arguments supported") 164 error ("voronoi: only two or zero output arguments supported");
165 endif 165 endif
166 166
167 endfunction 167 endfunction