]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Uncomment 2 important lines.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 Dec 2008 14:40:08 +0000 (14:40 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 3 Dec 2008 14:40:08 +0000 (14:40 +0000)
THerwig/THerwig6.cxx

index 7cfa3b328c3bbfa22e142dbb951bfa1583813a19..d5781deb6ea42bb3f2cd95cf55e58a944af9c072 100644 (file)
@@ -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;