*** HerwigModule.cc.orig Sat Oct 19 05:20:02 2002 --- HerwigModule.cc Tue Oct 29 03:58:17 2002 *************** extern "C" { *** 65,70 **** --- 65,71 ---- void hwaend_(); // In Stdhep void hwghep_(int *mconv); + void hwbrset_(); } *************** AppResult HerwigModule::genBeginJob( ) { *** 292,297 **** --- 293,300 ---- hwabeg_(); // Initialise elementary process hweini_(); + + hwbrset_(); // set branching ration for herwig //preset event counter _events = 0;