Changeset 19803


Ignore:
Timestamp:
10/27/19 11:12:21 (5 years ago)
Author:
tbretz
Message:
Typos
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/root2csv.cc

    r19802 r19803  
    747747    vector<ofstream> outfiles;
    748748
    749     if (split,empty())
     749    if (split.empty())
    750750    {
    751751        TString path(out.c_str());
     
    821821    {
    822822        cout << "\nTotal: N=" << count << " out of " << num << " row(s) written [N=" << first << ".." << num-1 << "]." << endl;
    823         for (int i=0; i<num_split; i++)
     823        for (int i=0; i<split.size(); i++)
    824824            cout << "File " << i << ": nrows=" << ncount[i] << '\n';
    825825        cout << '\n';
Note: See TracChangeset for help on using the changeset viewer.