Changeset 19803
- Timestamp:
- 10/27/19 11:12:21 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/root2csv.cc
r19802 r19803 747 747 vector<ofstream> outfiles; 748 748 749 if (split ,empty())749 if (split.empty()) 750 750 { 751 751 TString path(out.c_str()); … … 821 821 { 822 822 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++) 824 824 cout << "File " << i << ": nrows=" << ncount[i] << '\n'; 825 825 cout << '\n';
Note:
See TracChangeset
for help on using the changeset viewer.