changeset 11617:d2123233e3c9 octave-forge

one end was missing, the function was failing for curves
author rafavzqz
date Tue, 09 Apr 2013 12:27:34 +0000
parents bbe18d223f02
children 51e400094e6e
files extra/nurbs/inst/nrbkntplot.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/nurbs/inst/nrbkntplot.m	Tue Apr 09 11:12:04 2013 +0000
+++ b/extra/nurbs/inst/nrbkntplot.m	Tue Apr 09 12:27:34 2013 +0000
@@ -87,7 +87,7 @@
    for iface = 2:6
      nrbkntplot (bnd(iface));
    end
-
+ end
 else % plot a NURBS curve
   nsub = 1000;
   nrbplot (nurbs, nsub);