Ignore:
Timestamp:
06/02/08 16:14:06 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mmovie/MMovieWrite.cc

    r8439 r8914  
    341341    TArrayI col(99);
    342342
     343#if ROOT_VERSION_CODE < ROOT_VERSION(5,18,00)
    343344    const Int_t rc = gStyle->CreateGradientColorTable(6, s, r, g, b, col.GetSize());
     345#else
     346    const Int_t rc = TColor::CreateGradientColorTable(6, s, r, g, b, col.GetSize());
     347#endif
    344348
    345349    // --- Overwrite the 'underflow' bin with white ---
Note: See TracChangeset for help on using the changeset viewer.