On 15 Dec 2009, at 14:32, Carlo de Falco wrote: > > No, the way you changed the test works but makes no sense > cntl (i,:,:), represents the i-th component of the control points of > a 2D tensor-product nurbs surface. > the correct line in the test would have been: > > cntl(4,:,:) = reshape(1:numel(cntl(1,:,:)),size(cntl(1,:,:)); > > I don't know why the reshape is required but was previously not, > does anybody know how this works in matlab? > > anyway I currently see quite a few failing tests in other functions > in the nurbs package so I am looking into it now and I'll check in > an update soon. > Thanks for your report! > c. >
Thomas, With the patch I just checked-in to the repository "nurbs" passes all tests for me, does it also work on your system? Thanks again for your testing and failure reports, c. ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Octave-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/octave-dev
