Changeset b7b836a in git for external/fastjet/Error.hh
- Timestamp:
- Jun 6, 2018, 10:05:10 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 17d0ab8
- Parents:
- 95e6b7a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/Error.hh
r95e6b7a rb7b836a 3 3 4 4 //FJSTARTHEADER 5 // $Id: Error.hh 3807 2015-02-20 11:16:55Z soyez$5 // $Id: Error.hh 4354 2018-04-22 07:12:37Z salam $ 6 6 // 7 // Copyright (c) 2005-201 4, Matteo Cacciari, Gavin P. Salam and Gregory Soyez7 // Copyright (c) 2005-2018, Matteo Cacciari, Gavin P. Salam and Gregory Soyez 8 8 // 9 9 //---------------------------------------------------------------------- … … 63 63 std::string message() const {return _message;} 64 64 65 /// an alternative access to the error message (more standard) 66 std::string description() const {return message();} 67 65 68 /// controls whether the error message (and the backtrace, if its printing is enabled) 66 69 /// is printed out or not
Note:
See TracChangeset
for help on using the changeset viewer.