Changeset 19077
- Timestamp:
- 07/23/18 16:05:26 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/root2sql.cc
r19076 r19077 551 551 cout << count << " out of " << num << " row(s) read from file [N=" << first << ".." << num-1 << "]." << endl; 552 552 553 if (count==0) 554 { 555 if (verbose>0) 556 cout << "Total execution time: " << Time().UnixTime()-start.UnixTime() << "s\n" << endl; 557 return 0; 558 } 559 553 560 // ------------------------------------------------------------------------- 554 561
Note:
See TracChangeset
for help on using the changeset viewer.