Changeset 2042 for trunk/MagicSoft/Mars
- Timestamp:
- 04/29/03 13:41:59 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2041 r2042 32 32 * manalysis/MCT1SupercutsCalc.[h,cc]: 33 33 - changed the default "MHillasExt" to "MHillas" 34 35 * mbase/MEvtLoop.cc: 36 - fixed a bug in ProcessGuiEvents 34 37 35 38 -
trunk/MagicSoft/Mars/mbase/MEvtLoop.cc
r2015 r2042 268 268 // Update current speed each second 269 269 // 270 if ( t0-t2 >(TTime)1000)270 if (fDisplay && t0-t2>(TTime)1000) 271 271 { 272 272 const Int_t speed = 1000*(num-start)/(long int)(t0-t2);
Note:
See TracChangeset
for help on using the changeset viewer.