thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Interval.fh
1 // -*- C++ -*-
2 #ifndef ThePEG_Interval_FH
3 #define ThePEG_Interval_FH
4 
5 #include <functional>
6 
7 namespace ThePEG {
8 
9 template <typename T = double, typename CMP = std::less<T> >
10 class Interval;
11 
12 }
13 
14 #endif /* ThePEG_Interval_FH */