[d7d2da3] | 1 | #ifndef __FASTJET_INTERNALLIMITEDWARNING_HH__
|
---|
| 2 | #define __FASTJET_INTERNALLIMITEDWARNING_HH__
|
---|
| 3 |
|
---|
[35cdc46] | 4 | //FJSTARTHEADER
|
---|
[cb80e6f] | 5 | // $Id: LimitedWarning.hh 4442 2020-05-05 07:50:11Z soyez $
|
---|
[d7d2da3] | 6 | //
|
---|
[cb80e6f] | 7 | // Copyright (c) 2005-2020, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
|
---|
[d7d2da3] | 8 | //
|
---|
| 9 | //----------------------------------------------------------------------
|
---|
| 10 | // This file is part of FastJet.
|
---|
| 11 | //
|
---|
| 12 | // FastJet is free software; you can redistribute it and/or modify
|
---|
| 13 | // it under the terms of the GNU General Public License as published by
|
---|
| 14 | // the Free Software Foundation; either version 2 of the License, or
|
---|
| 15 | // (at your option) any later version.
|
---|
| 16 | //
|
---|
| 17 | // The algorithms that underlie FastJet have required considerable
|
---|
[35cdc46] | 18 | // development. They are described in the original FastJet paper,
|
---|
| 19 | // hep-ph/0512210 and in the manual, arXiv:1111.6097. If you use
|
---|
[d7d2da3] | 20 | // FastJet as part of work towards a scientific publication, please
|
---|
[35cdc46] | 21 | // quote the version you use and include a citation to the manual and
|
---|
| 22 | // optionally also to hep-ph/0512210.
|
---|
[d7d2da3] | 23 | //
|
---|
| 24 | // FastJet is distributed in the hope that it will be useful,
|
---|
| 25 | // but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
| 26 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
| 27 | // GNU General Public License for more details.
|
---|
| 28 | //
|
---|
| 29 | // You should have received a copy of the GNU General Public License
|
---|
| 30 | // along with FastJet. If not, see <http://www.gnu.org/licenses/>.
|
---|
| 31 | //----------------------------------------------------------------------
|
---|
[35cdc46] | 32 | //FJENDHEADER
|
---|
[d7d2da3] | 33 |
|
---|
| 34 |
|
---|
| 35 |
|
---|
| 36 | // we have moved LimitedWarning.hh one directory up; still allow
|
---|
| 37 | // old form of access
|
---|
| 38 | #include "fastjet/LimitedWarning.hh"
|
---|
| 39 |
|
---|
| 40 | #warning *** You have included fastjet/internal/LimitedWarning.hh. \
|
---|
| 41 | Access to LimitedWarning through this header is deprecated as of FJ3.0. \
|
---|
| 42 | Please instead use fastjet/LimitedWarning.hh
|
---|
| 43 |
|
---|
| 44 | #endif // __FASTJET_INTERNALLIMITEDWARNING_HH__
|
---|