Changeset 2101 for trunk


Ignore:
Timestamp:
05/09/03 10:22:44 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2100 r2101  
    5656   * mimage/MHHillasSrc.cc:
    5757     - do not set the log scale before we have entries in the histogram
     58
     59   * Makefile:
     60     - added rule 'diff'
    5861
    5962
  • trunk/MagicSoft/Mars/mbase/MLog.cc

    r2098 r2101  
    197197void MLog::Underline()
    198198{
     199    if (TestBit(eNoColors))
     200        return;
     201
    199202    if (fDevice&eStdout)
    200203        cout << kUnderline;
Note: See TracChangeset for help on using the changeset viewer.