Changeset 12827
- Timestamp:
- 02/03/12 12:38:26 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/datalogger.cc
r12708 r12827 1436 1436 1437 1437 //print the path configuration 1438 #if BOOST_VERSION < 104600 1438 1439 Message("File path: " + boost::filesystem::system_complete(boost::filesystem::path(fFilePath)).directory_string()); 1440 #else 1441 Message("File path: " + boost::filesystem::system_complete(boost::filesystem::path(fFilePath)).parent_path().string()); 1442 #endif 1439 1443 1440 1444 //print active run numbers
Note:
See TracChangeset
for help on using the changeset viewer.