Back to home page

EIC code displayed by LXR

 
 

    


Warning, /include/ThePEG/Utilities/Interval.fh is written in an unsupported language. File is not indexed.

0001 // -*- C++ -*-
0002 #ifndef ThePEG_Interval_FH
0003 #define ThePEG_Interval_FH
0004 
0005 #include <functional>
0006 
0007 namespace ThePEG {
0008 
0009 template <typename T = double, typename CMP = std::less<T> >
0010 class Interval;
0011 
0012 }
0013 
0014 #endif /* ThePEG_Interval_FH */