Ignore:
Timestamp:
02/20/03 16:35:24 (22 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MH.cc

    r1668 r1774  
    485485    Double_t binhigh =0;
    486486    Double_t binwidth=0;
     487
     488#if ROOT_VERSION_CODE < ROOT_VERSION(3,03,01)
    487489    TGaxis::Optimize(umin, umax, nbins, binlow, binhigh, nbins, binwidth, "");
     490#endif
    488491
    489492    if (binwidth <= 0 || binwidth > 1.e+39)
Note: See TracChangeset for help on using the changeset viewer.