Changeset 2405


Ignore:
Timestamp:
Jan 12, 2011, 3:56:30 PM (12 years ago)
Author:
Peter
Message:

help compiler choose correct load function. fixes #649

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.7-stable/yat/statistics/Histogram.cc

    r2384 r2405  
    6666    getline(is, line, '\n');
    6767    std::vector<std::vector<double> > data;
    68     utility::load(is, data);
     68    utility::load(is, data, '\0', '\n');
    6969    for (size_t i=0; i<histogram_.size(); ++i) {
    7070      assert(data[i].size()==2);
Note: See TracChangeset for help on using the changeset viewer.