Metaprogramming: Difference between revisions

Content added Content deleted
Line 428: Line 428:
New multitype test;
New multitype test;
/* The data range to be read is established.
/* establezco los rangos a leer */
It is possible to read only part of the file using these ranges. */
Range for test [0:1:dataFile.total_lines-1, 0:1:dataFile.max_tokens_per_line-1];
Range for test [0:1:dataFile.total_lines-1, 0:1:dataFile.max_tokens_per_line-1];