From: <jpi...@us...> - 2012-03-09 09:02:37
|
Revision: 9798 http://octave.svn.sourceforge.net/octave/?rev=9798&view=rev Author: jpicarbajal Date: 2012-03-09 09:02:26 +0000 (Fri, 09 Mar 2012) Log Message: ----------- miscellaneous: commenting details Modified Paths: -------------- trunk/octave-forge/main/miscellaneous/inst/map.m Modified: trunk/octave-forge/main/miscellaneous/inst/map.m =================================================================== --- trunk/octave-forge/main/miscellaneous/inst/map.m 2012-03-09 08:55:13 UTC (rev 9797) +++ trunk/octave-forge/main/miscellaneous/inst/map.m 2012-03-09 09:02:26 UTC (rev 9798) @@ -75,12 +75,12 @@ error ("fun_handle must either be a function handle or the name of a function"); endif - nRows = rows (data_struct); - nCols = columns (data_struct); +# nRows = rows (data_struct); +# nCols = columns (data_struct); - otherdata = length (varargin); - val = cell (1, otherdata+1); - val (:) = 0; +# otherdata = length (varargin); +# val = cell (1, otherdata+1); +# val (:) = 0; if (iscell (data_struct)) # KaKiLa Fri 09 Mar 2012 09:47:52 AM CET This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |