changeset 9888:f9e2e9d24202 octave-forge

- added a comment about specific part of code
author cdemills
date Tue, 27 Mar 2012 08:21:45 +0000
parents 9900a59d7da8
children 1f75709e4156
files extra/dataframe/inst/@dataframe/dataframe.m
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extra/dataframe/inst/@dataframe/dataframe.m	Tue Mar 27 08:17:47 2012 +0000
+++ b/extra/dataframe/inst/@dataframe/dataframe.m	Tue Mar 27 08:21:45 2012 +0000
@@ -272,6 +272,8 @@
              the_line = cellfun (@(x) sscanf (x, "%f", locales), dummy, \
                                  'UniformOutput', false);
             else
+              %# this code require a patch to src/file-io.cc in main
+              %# Octave tree
               the_line = sscanf (dummy, "%f", locales);
               the_line = cellfun (@(x) x{1}, the_line, 'UniformOutput', false);
             endif