Changes in external/fastjet/ClusterSequence.hh [1d208a2:b7b836a] in git
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
external/fastjet/ClusterSequence.hh
r1d208a2 rb7b836a 3 3 4 4 //FJSTARTHEADER 5 // $Id: ClusterSequence.hh 4 154 2016-07-20 16:20:48Z soyez$5 // $Id: ClusterSequence.hh 4354 2018-04-22 07:12:37Z salam $ 6 6 // 7 // Copyright (c) 2005-201 4, Matteo Cacciari, Gavin P. Salam and Gregory Soyez7 // Copyright (c) 2005-2018, Matteo Cacciari, Gavin P. Salam and Gregory Soyez 8 8 // 9 9 //---------------------------------------------------------------------- … … 367 367 /// As of FJ v3.1, this is deprecated, in line with the deprecation 368 368 /// of auto_ptr in C++11 369 #ifndef SWIG 369 370 #ifdef FASTJET_HAVE_AUTO_PTR_INTERFACE 370 371 FASTJET_DEPRECATED_MSG("Please use ClusterSequence::plugin_associate_extras(Extras * extras_in)) instead") … … 373 374 } 374 375 #endif 376 #endif //SWIG 375 377 376 378 /// returns true when the plugin is allowed to run the show.
Note:
See TracChangeset
for help on using the changeset viewer.