Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/internal/base.hh

    r1d208a2 r35cdc46  
    11
    22//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 $
    44//
    55// Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     
    3333#define __FASTJET_FASTJET_BASE_HH__
    3434
    35 #include "fastjet/config.h"
    36 
    3735/// \namespace fastjet
    3836/// the FastJet namespace
     
    4543#define FASTJET_END_NAMESPACE   }
    4644
    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 
    5545#endif // __FASTJET_FASTJET_BASE_HH__
Note: See TracChangeset for help on using the changeset viewer.