Changeset 2386


Ignore:
Timestamp:
Dec 22, 2010, 9:12:49 PM (12 years ago)
Author:
Peter
Message:

avoid referring to data file in a function that works on a stream

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/utility/utility.h

    r2273 r2386  
    300300      if (rectangle && nof_columns && v.size()!=nof_columns) {
    301301        std::ostringstream s;
    302         s << "load data file error: "
     302        s << "load stream error: "
    303303          << "line " << matrix.size() << " has " << v.size()
    304304          << " columns; expected " << nof_columns << " columns.";
Note: See TracChangeset for help on using the changeset viewer.