Re: next 10/08 beta

From: Jacek M. Holeczek (holeczek@clri6f.gsi.de)
Date: Fri Apr 25 1997 - 11:41:48 MEST


> Please be patient!
Just joking, or what ??? No way !!!
> We will anounce this afternoon the release of root version 1.00.
Maybe a small extention ?
I would like to propose that the h2root utility converts all upper case
names into lower ones. The fortran ( and hbook ) were on principle
upper-case-only ( modern fortran compilers don't care about the case ) so
a lot of hbook software is really written in upper case. I didn't care, as
kuip and comis were case insensitive ( so I could always write variable
names lower case ). Now I get them upper case - just look at this ;;;-)
--------------
...
   Float_t         Z1X;
   Float_t         Z1Y;
   Float_t         Z1DX;
   Float_t         Z2S;
...
   TLeaf *l_Z1Y             = (TLeaf*)leaves->At(7); l_Z1Y->SetAddress(&Z1Y);
   TLeaf *l_Z1DX            = (TLeaf*)leaves->At(8); l_Z1DX->SetAddress(&Z1DX);
   TLeaf *l_Z2S             = (TLeaf*)leaves->At(9); l_Z2S->SetAddress(&Z2S);
   TLeaf *l_Z2X             = (TLeaf*)leaves->At(10); l_Z2X->SetAddress(&Z2X);
...
--------------
( For me upper case identifiers are macro names. )
> We are currently testing our final version on all platforms.
I took sources today and recompiled root ... .
Jacek.



This archive was generated by hypermail 2b29 : Tue Jan 04 2000 - 00:26:18 MET