Ignore:
Timestamp:
10/31/02 14:30:11 (22 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r1506 r1572  
    468468        umax = 0;
    469469
    470     Int_t n=0;
    471470    Double_t binlow  =0;
    472471    Double_t binhigh =0;
    473472    Double_t binwidth=0;
    474     TGaxis::Optimize(umin, umax, nbins, binlow, binhigh, n, binwidth, "");
     473    //TGaxis::Optimize(umin, umax, nbins, binlow, binhigh, n, binwidth, "");
    475474
    476475    if (binwidth <= 0 || binwidth > 1.e+39)
Note: See TracChangeset for help on using the changeset viewer.