thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
DiagramBase.fh
1 // -*- C++ -*-
2 #ifndef ThePEG_DiagramBase_FH
3 #define ThePEG_DiagramBase_FH
4 //
5 // This is the forward declaration of the DiagramBase class.
6 //
7 
8 #include "ThePEG/Config/ThePEG.h"
9 
10 namespace ThePEG {
11 
12 class DiagramBase;
13 ThePEG_DECLARE_CLASS_POINTERS(DiagramBase,DiagPtr);
14 
15 }
16 
17 #endif /* ThePEG_DiagramBase_FH */