Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/Error.hh

    r1d208a2 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.