Fork me on GitHub

Ignore:
Timestamp:
Oct 9, 2015, 2:47:38 PM (9 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
8713dee
Parents:
f118021
Message:

update FastJet library to 3.1.3 and Nsubjettiness library to 2.2.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/config_auto.h

    rf118021 r973b92a  
    6464#endif
    6565
     66/* defined if C++11 features have been enabled */
     67/* #undef HAVE_CXX11_FEATURES */
     68
    6669/* defined if demangling is enabled at configure time and is supported through
    6770   the GNU C++ ABI */
     
    151154/* Define to the full name and version of this package. */
    152155#ifndef FASTJET_PACKAGE_STRING
    153 #define FASTJET_PACKAGE_STRING  "FastJet 3.1.2"
     156#define FASTJET_PACKAGE_STRING  "FastJet 3.1.3"
    154157#endif
    155158
     
    161164/* Define to the version of this package. */
    162165#ifndef FASTJET_PACKAGE_VERSION
    163 #define FASTJET_PACKAGE_VERSION  "3.1.2"
     166#define FASTJET_PACKAGE_VERSION  "3.1.3"
    164167#endif
    165168
     
    171174/* Version number of package */
    172175#ifndef FASTJET_VERSION
    173 #define FASTJET_VERSION  "3.1.2"
     176#define FASTJET_VERSION  "3.1.3"
    174177#endif
    175178
     
    186189/* Version of the package under the form XYYZZ (instead of X.Y.Z) */
    187190#ifndef FASTJET_VERSION_NUMBER
    188 #define FASTJET_VERSION_NUMBER  30102
     191#define FASTJET_VERSION_NUMBER  30103
    189192#endif
    190193
    191194/* Patch version of this package */
    192195#ifndef FASTJET_VERSION_PATCHLEVEL
    193 #define FASTJET_VERSION_PATCHLEVEL  2
     196#define FASTJET_VERSION_PATCHLEVEL  3
    194197#endif
    195198
Note: See TracChangeset for help on using the changeset viewer.