Changeset 2101
- Timestamp:
- 05/09/03 10:22:44 (22 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2100 r2101 56 56 * mimage/MHHillasSrc.cc: 57 57 - do not set the log scale before we have entries in the histogram 58 59 * Makefile: 60 - added rule 'diff' 58 61 59 62 -
trunk/MagicSoft/Mars/mbase/MLog.cc
r2098 r2101 197 197 void MLog::Underline() 198 198 { 199 if (TestBit(eNoColors)) 200 return; 201 199 202 if (fDevice&eStdout) 200 203 cout << kUnderline;
Note:
See TracChangeset
for help on using the changeset viewer.