Ignore:
Timestamp:
05/29/06 15:58:38 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mgui/MHexagon.cc

    r3514 r7749  
    284284    const Int_t np = 6;
    285285
    286     const Float_t dx[np+1] = { .5   , 0.    , -.5   , -.5   , 0.    ,  .5   , .5    };
    287     const Float_t dy[np+1] = { .2886,  .5772,  .2886, -.2886, -.5772, -.2886, .2886 };
     286    const Double_t dx[np+1] = { .5   , 0.    , -.5   , -.5   , 0.    ,  .5   , .5    };
     287    const Double_t dy[np+1] = { .2886,  .5772,  .2886, -.2886, -.5772, -.2886, .2886 };
    288288
    289289    //
    290290    //  calculate the positions of the pixel corners
    291291    //
    292     Float_t x[np+1], y[np+1];
     292    Double_t x[np+1], y[np+1];
    293293    for (Int_t i=0; i<np+1; i++)
    294294    {
Note: See TracChangeset for help on using the changeset viewer.