Changes in external/fastjet/internal/base.hh [1d208a2:35cdc46] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/internal/base.hh
r1d208a2 r35cdc46 1 1 2 2 //FJSTARTHEADER 3 // $Id: base.hh 4047 2016-03-03 13:21:49Z soyez$3 // $Id: base.hh 3433 2014-07-23 08:17:03Z salam $ 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 37 35 /// \namespace fastjet 38 36 /// the FastJet namespace … … 45 43 #define FASTJET_END_NAMESPACE } 46 44 47 // define a macro to mark virtual function in derived classes as48 // overriding the base-class definition49 #ifdef FASTJET_HAVE_OVERRIDE50 #define FASTJET_OVERRIDE override51 #else52 #define FASTJET_OVERRIDE53 #endif54 55 45 #endif // __FASTJET_FASTJET_BASE_HH__
Note:
See TracChangeset
for help on using the changeset viewer.