Changeset 2359 for trunk


Ignore:
Timestamp:
09/25/03 09:51:57 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2358 r2359  
    11                                                 -*-*- END OF LINE -*-*-
     2
     3 2003/09/25: Abelardo Moralejo
     4   * macros/MagicHillas.C, star.C
     5     - Added cast: TArrayF w(15,(Float_t*)x)  to get rid of warning.
    26
    37 2003/09/24: Abelardo Moralejo
  • trunk/MagicSoft/Mars/macros/MagicHillas.C

    r2358 r2359  
    9696    //
    9797    //    const Float_t x[15]={0, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0};
    98     //    const TArrayF w(15,x);
     98    //    const TArrayF w(15,(Float_t*)x);
    9999    //    ncalc.SetWeights(w);
    100100    //
  • trunk/MagicSoft/Mars/macros/star.C

    r2358 r2359  
    9999
    100100    const Float_t x[15]={0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};
    101     const TArrayF w(15,x);
     101    const TArrayF w(15,(Float_t*)x);
    102102    ncalc.SetWeights(w);
    103103
Note: See TracChangeset for help on using the changeset viewer.