Changeset 19167
- Timestamp:
- 08/14/18 22:35:18 (6 years ago)
- Location:
- trunk/FACT++/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fits2sql.cc
r19166 r19167 439 439 cout << "Filename converted with /" << reg << "/ to /" << fmt << "/\n"; 440 440 cout << "Filename: " << file << '\n'; 441 cout << "Result: " << file<< endl;441 cout << "Result: " << val << endl; 442 442 } 443 443 } -
trunk/FACT++/src/root2sql.cc
r19166 r19167 472 472 cout << "Filename converted with /" << reg << "/ to /" << fmt << "/\n"; 473 473 cout << "Filename: " << file << '\n'; 474 cout << "Result: " << file<< endl;474 cout << "Result: " << val << endl; 475 475 } 476 476 }
Note:
See TracChangeset
for help on using the changeset viewer.