Fork me on GitHub

Changeset b7b836a in git for external/fastjet/Error.hh


Ignore:
Timestamp:
Jun 6, 2018, 10:05:10 PM (6 years ago)
Author:
Pavel Demin <pavel-demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
17d0ab8
Parents:
95e6b7a
Message:

update FastJet library to 3.3.1 and FastJet Contrib library to 1.036

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/Error.hh

    r95e6b7a rb7b836a  
    33
    44//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 $
    66//
    7 // Copyright (c) 2005-2014, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
     7// Copyright (c) 2005-2018, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
    88//
    99//----------------------------------------------------------------------
     
    6363  std::string message() const {return _message;}
    6464
     65  /// an alternative access to the error message (more standard)
     66  std::string description() const {return message();}
     67 
    6568  /// controls whether the error message (and the backtrace, if its printing is enabled)
    6669  /// is printed out or not
Note: See TracChangeset for help on using the changeset viewer.