# HG changeset patch # User cdemills # Date 1332836505 0 # Node ID f9e2e9d242024766ec255b9c384d47a39c40fb97 # Parent 9900a59d7da8faafcd32662ff6d23d19937e89cc - added a comment about specific part of code diff -r 9900a59d7da8 -r f9e2e9d24202 extra/dataframe/inst/@dataframe/dataframe.m --- 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