Changeset 19078
- Timestamp:
- 07/23/18 16:07:44 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/calcsource.cc
r19076 r19078 484 484 cout << "Processed " << count << " events.\n" << endl; 485 485 486 if (count==0) 487 { 488 if (verbose>0) 489 cout << "Total execution time: " << Time().UnixTime()-start.UnixTime() << "s\n" << endl; 490 return 0; 491 } 492 486 493 // ------------------------------------------------------------------------- 487 494 // drop table if requested
Note:
See TracChangeset
for help on using the changeset viewer.