~maddevelopers/mg5amcnlo/2.9.4

« back to all changes in this revision

Viewing changes to Template/NLO/MCatNLO/HWPPAnalyzer/HepMCFortran.fh

pass to v2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// -*- C++ -*-
 
2
//
 
3
// This is the forward declaration of the hepfortr class.
 
4
//
 
5
#ifndef MCatNLO_HepMCFortran_FH
 
6
#define MCatNLO_HepMCFortran_FH
 
7
 
 
8
#include "ThePEG/Config/Pointers.h"
 
9
 
 
10
namespace MCatNLO {
 
11
 
 
12
class HepMCFortran;
 
13
 
 
14
}
 
15
 
 
16
namespace ThePEG {
 
17
 
 
18
ThePEG_DECLARE_POINTERS(MCatNLO::HepMCFortran,HepMCFortranPtr);
 
19
 
 
20
}
 
21
 
 
22
#endif