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