Changeset 2042


Ignore:
Timestamp:
04/29/03 13:41:59 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2041 r2042  
    3232   * manalysis/MCT1SupercutsCalc.[h,cc]:
    3333     - changed the default "MHillasExt" to "MHillas"
     34
     35   * mbase/MEvtLoop.cc:
     36     - fixed a bug in ProcessGuiEvents
    3437
    3538
  • trunk/MagicSoft/Mars/mbase/MEvtLoop.cc

    r2015 r2042  
    268268    // Update current speed each second
    269269    //
    270     if (t0-t2 > (TTime)1000)
     270    if (fDisplay && t0-t2>(TTime)1000)
    271271    {
    272272        const Int_t speed = 1000*(num-start)/(long int)(t0-t2);
Note: See TracChangeset for help on using the changeset viewer.