Changeset 8914 for trunk/MagicSoft/Mars/mmovie
- Timestamp:
- 06/02/08 16:14:06 (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmovie/MMovieWrite.cc
r8439 r8914 341 341 TArrayI col(99); 342 342 343 #if ROOT_VERSION_CODE < ROOT_VERSION(5,18,00) 343 344 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 344 348 345 349 // --- Overwrite the 'underflow' bin with white ---
Note:
See TracChangeset
for help on using the changeset viewer.