Changeset b9ae4c3 in git for external/fastjet/internal/base.hh
- Timestamp:
- Sep 2, 2016, 3:46:14 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fa068d3
- Parents:
- ec5e04b (diff), 23389ff (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Pavel Demin <pavel-demin@…> (09/02/16 15:46:14)
- git-committer:
- GitHub <noreply@…> (09/02/16 15:46:14)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/internal/base.hh
rec5e04b rb9ae4c3 1 1 2 2 //FJSTARTHEADER 3 // $Id: base.hh 3433 2014-07-23 08:17:03Z salam$3 // $Id: base.hh 4047 2016-03-03 13:21:49Z soyez $ 4 4 // 5 5 // Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez … … 33 33 #define __FASTJET_FASTJET_BASE_HH__ 34 34 35 #include "fastjet/config.h" 36 35 37 /// \namespace fastjet 36 38 /// the FastJet namespace … … 43 45 #define FASTJET_END_NAMESPACE } 44 46 47 // define a macro to mark virtual function in derived classes as 48 // overriding the base-class definition 49 #ifdef FASTJET_HAVE_OVERRIDE 50 #define FASTJET_OVERRIDE override 51 #else 52 #define FASTJET_OVERRIDE 53 #endif 54 45 55 #endif // __FASTJET_FASTJET_BASE_HH__
Note:
See TracChangeset
for help on using the changeset viewer.