// -*- C++ -*- // // This is the forward declaration of the hepfortr class. // #ifndef MCatNLO_HepMCFortran_FH #define MCatNLO_HepMCFortran_FH #include "ThePEG/Config/Pointers.h" namespace MCatNLO { class HepMCFortran; } namespace ThePEG { ThePEG_DECLARE_POINTERS(MCatNLO::HepMCFortran,HepMCFortranPtr); } #endif