Changeset 6292


Ignore:
Timestamp:
02/08/05 15:18:13 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r6291 r6292  
    3131   * msignal/MExtractTimeAndChargeDigitalFilterPeakSearch.cc:
    3232     - made sure that output of PostProcess fits into 80col boundary
     33
     34   * mimage/MHillas.cc:
     35     - removed an obsolete call to TLine::Paint() in Paint.
    3336
    3437
  • trunk/MagicSoft/Mars/mimage/MHillas.cc

    r5034 r6292  
    179179    line.SetLineWidth(1);
    180180    line.SetLineColor(kRed);
    181     line.Paint();
    182181
    183182    // Length line
Note: See TracChangeset for help on using the changeset viewer.