changeset 9612:45f23b9e2e05 octave-forge

miscellaneous: commenting details
author jpicarbajal
date Fri, 09 Mar 2012 09:02:26 +0000
parents ff2488fe8e46
children 6d669c657786
files main/miscellaneous/inst/map.m
diffstat 1 files changed, 5 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/main/miscellaneous/inst/map.m	Fri Mar 09 08:55:13 2012 +0000
+++ b/main/miscellaneous/inst/map.m	Fri Mar 09 09:02:26 2012 +0000
@@ -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