Re: [ROOT] Problem with tutorials

From: cstrato@EUnet.at
Date: Thu May 24 2001 - 20:00:29 MEST


Dear  Jiri

Thank you for this finding. It seems that the code should be as follows:

    // Then we create the correlated variables
    for (Int_t j = 0 ; j < c; j++) {
      data[n - c + j] = 0;   //this line added
      for (Int_t k = 0; k < n - c - j; k++)
 data[n - c + j] += data[k];
    }
I hope I added the initialization at the right line. At least, this
works.

Best regards
Christian

Jiri Masik wrote:

>
> Hi,
>
> this seems to be caused by an uninitialized array element in
> principal.C. Namely data[8] is accessed before its value being set in
> "// Then we create the correlated variables" loops.
>
>         Jiri



This archive was generated by hypermail 2b29 : Tue Jan 01 2002 - 17:50:46 MET