> I cannot reproduce this problem.
> We provide a simple test program in $ROOTSYS/test/minexam.
> Could you put a print statement in the function fcnk0 of the example
> and tell me if you get what is expected. I have no problems with it.
Hm, the difference is that the minexam.cxx is compiled while mine is
interpreted. I reproduced my problem by modifying minexam.cxx such that it
can be loaded with ".L minexam.cxx". On printing "iflag" at the beginning
if fcnk0 I get:
iflag= 536751360 (dec/alpha cxx6)
iflag= -1073835196 (Linux)
The compiled versions work fine on both systems.
cheers, Stefan
PS: I found that cint doesn't like
const Int_t MXBIN= 50;
static Double_t thplu[MXBIN];
I had to change it to
static Double_t thplu[50];
but I don't understand why.
---Stefan Kluth---------------Lynen Fellow----------------|\--|\-------
- LBNL, MS 50A 2160 - phone: +1 510 495 2376 - |/ |/ -
- 1 Cyclotron Rd. - fax: +1 510 495 2957 - |\/\|\/\|' -
---Berkeley, CA94720, USA-----e-mail: SKluth@lbl.gov------|/\/|/\/|----