1 | #ifndef __FASTJET_INTERNALLIMITEDWARNING_HH__
|
---|
2 | #define __FASTJET_INTERNALLIMITEDWARNING_HH__
|
---|
3 |
|
---|
4 | //STARTHEADER
|
---|
5 | // $Id: LimitedWarning.hh 2577 2011-09-13 15:11:38Z salam $
|
---|
6 | //
|
---|
7 | // Copyright (c) 2005-2011, 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 and are described in hep-ph/0512210. If you use
|
---|
19 | // FastJet as part of work towards a scientific publication, please
|
---|
20 | // include a citation to the FastJet paper.
|
---|
21 | //
|
---|
22 | // FastJet is distributed in the hope that it will be useful,
|
---|
23 | // but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
24 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
---|
25 | // GNU General Public License for more details.
|
---|
26 | //
|
---|
27 | // You should have received a copy of the GNU General Public License
|
---|
28 | // along with FastJet. If not, see <http://www.gnu.org/licenses/>.
|
---|
29 | //----------------------------------------------------------------------
|
---|
30 | //ENDHEADER
|
---|
31 |
|
---|
32 |
|
---|
33 |
|
---|
34 | // we have moved LimitedWarning.hh one directory up; still allow
|
---|
35 | // old form of access
|
---|
36 | #include "fastjet/LimitedWarning.hh"
|
---|
37 |
|
---|
38 | #warning *** You have included fastjet/internal/LimitedWarning.hh. \
|
---|
39 | Access to LimitedWarning through this header is deprecated as of FJ3.0. \
|
---|
40 | Please instead use fastjet/LimitedWarning.hh
|
---|
41 |
|
---|
42 | #endif // __FASTJET_INTERNALLIMITEDWARNING_HH__
|
---|