From: <raf...@us...> - 2012-04-19 13:48:33
|
Revision: 10297 http://octave.svn.sourceforge.net/octave/?rev=10297&view=rev Author: rafavzqz Date: 2012-04-19 13:48:22 +0000 (Thu, 19 Apr 2012) Log Message: ----------- Fixed the number of patches Modified Paths: -------------- trunk/octave-forge/extra/nurbs/inst/nrbexport.m Modified: trunk/octave-forge/extra/nurbs/inst/nrbexport.m =================================================================== --- trunk/octave-forge/extra/nurbs/inst/nrbexport.m 2012-04-19 10:29:20 UTC (rev 10296) +++ trunk/octave-forge/extra/nurbs/inst/nrbexport.m 2012-04-19 13:48:22 UTC (rev 10297) @@ -45,7 +45,7 @@ fprintf (fid, '%s\n', ['# ' date]); fprintf (fid, '%s\n', '#'); -fprintf (fid, '%2i', ndim, 1); +fprintf (fid, '%2i', ndim, npatch); fprintf (fid, '\n'); for iptc = 1:npatch fprintf (fid, '%s %i', 'PATCH', iptc); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |