From 9bb0a88574552ce975c99021dbcc1caf5c31cc8e Mon Sep 17 00:00:00 2001 From: morsch Date: Wed, 3 Dec 2008 14:40:08 +0000 Subject: [PATCH 1/1] Uncomment 2 important lines. --- THerwig/THerwig6.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/THerwig/THerwig6.cxx b/THerwig/THerwig6.cxx index 7cfa3b328c3..d5781deb6ea 100644 --- a/THerwig/THerwig6.cxx +++ b/THerwig/THerwig6.cxx @@ -268,8 +268,8 @@ void THerwig6::Initialize(const char *beam, const char *target, double pbeam1, d // initialization: // type of beams - //strncpy(fHwbmch->PART1,beam,8); - //strncpy(fHwbmch->PART2,target,8); + strncpy(fHwbmch->PART1,beam,8); + strncpy(fHwbmch->PART2,target,8); // momentum of beams fHwproc->PBEAM1=pbeam1; fHwproc->PBEAM2=pbeam2; -- 2.43.0