Fork me on GitHub

Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/fastjet/ClusterSequence.hh

    r1d208a2 rb7b836a  
    33
    44//FJSTARTHEADER
    5 // $Id: ClusterSequence.hh 4154 2016-07-20 16:20:48Z soyez $
     5// $Id: ClusterSequence.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//----------------------------------------------------------------------
     
    367367  /// As of FJ v3.1, this is deprecated, in line with the deprecation
    368368  /// of auto_ptr in C++11
     369#ifndef SWIG
    369370#ifdef FASTJET_HAVE_AUTO_PTR_INTERFACE
    370371  FASTJET_DEPRECATED_MSG("Please use ClusterSequence::plugin_associate_extras(Extras * extras_in)) instead")
     
    373374  }
    374375#endif
     376#endif //SWIG
    375377
    376378  /// returns true when the plugin is allowed to run the show.
Note: See TracChangeset for help on using the changeset viewer.