thepeg is hosted by Hepforge, IPPP Durham
ThePEG 2.3.0
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
8namespace ThePEG {
9
10class CommandBase;
11
12template <class T>
13class Command;
14
15}
16
17#endif /* ThePEG_Command_FH */