thepeg is hosted by Hepforge, IPPP Durham
ThePEG  2.2.1
Command.fh
1 // -*- C++ -*-
2 #ifndef ThePEG_Command_FH
3 #define ThePEG_Command_FH
4 //
5 // This is the forward declaration of the Command and CommandBase classes.
6 //
7 
8 namespace ThePEG {
9 
10 class CommandBase;
11 
12 template <class T>
13 class Command;
14 
15 }
16 
17 #endif /* ThePEG_Command_FH */