1 | #ifndef __FASTJET_INTERNALLIMITEDWARNING_HH__
|
---|
2 | #define __FASTJET_INTERNALLIMITEDWARNING_HH__
|
---|
3 |
|
---|
4 | //FJSTARTHEADER
|
---|
5 | // $Id: LimitedWarning.hh 4354 2018-04-22 07:12:37Z salam $
|
---|
6 | //
|
---|
7 | // Copyright (c) 2005-2018, Matteo Cacciari, Gavin P. Salam and Gregory Soyez
|
---|
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
|
---|
18 | // development. They are described in the original FastJet paper,
|
---|
19 | // hep-ph/0512210 and in the manual, arXiv:1111.6097. If you use
|
---|
20 | // FastJet as part of work towards a scientific publication, please
|
---|
21 | // quote the version you use and include a citation to the manual and
|
---|
22 | // optionally also to hep-ph/0512210.
|
---|
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 | //----------------------------------------------------------------------
|
---|
32 | //FJENDHEADER
|
---|
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__
|
---|