changeset 12601:7ab718c062e1 octave-forge

Compute the second output argument also for curves
author rafavzqz
date Mon, 20 Apr 2015 07:56:09 +0000
parents 7935dcb15b4f
children b679174c0450
files extra/nurbs/inst/nrbbasisfun.m
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/extra/nurbs/inst/nrbbasisfun.m	Wed Apr 15 09:19:12 2015 +0000
+++ b/extra/nurbs/inst/nrbbasisfun.m	Mon Apr 20 07:56:09 2015 +0000
@@ -50,7 +50,6 @@
       || (~isstruct(nrb)) ...
       || (iscell(points) && ~iscell(nrb.knots)) ...
       || (~iscell(points) && iscell(nrb.knots) && (size(points,1)~=2)) ...
-      || (~iscell(nrb.knots) && (nargout>1)) ...
       )
     error('Incorrect input arguments in nrbbasisfun');
   end