00001 #include "GeneratorInterface/ComphepInterface/interface/ComphepWrapper.h" 00003 // Sergey.Slabospitsky@cern.ch, July 2006 00004 // Wrapper for FORTRAN version of PEVMAIN 00005 00006 // Initialization routine 00007 00008 //-------------------------------------------------------------------------- 00009 // 00010 extern "C" { 00011 void pevmain(); 00012 void call_pevmain(){ pevmain_(); } 00013 }