Changeset 2458
- Timestamp:
- 11/03/03 17:10:35 (21 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r2457 r2458 36 36 37 37 * mraw/MRawEvtData.cc: 38 - changed positions of 'fush' in Print() (seems to confuse 39 'more' - no idea why) 38 - changed positions of 'fush' in Print() (this confused 'more' 39 because 'more' also counts the ANSI color codes to determin 40 the line-length) 40 41 41 42 -
trunk/MagicSoft/Mars/mraw/MRawEvtData.cc
r2456 r2458 173 173 *fLog << " " << setfill(' ') << setw(3) << dec << i << " -"; 174 174 *fLog << " " << setfill(' ') << setw(3) << dec << (*fHiGainPixId)[i] << ": "; 175 *fLog << (manip?dec:hex) << flush;175 *fLog << (manip?dec:hex); 176 176 177 177 if (!manip) … … 185 185 *fLog << ' '; 186 186 } 187 *fLog << flush;188 187 189 188 if (!(l<nLoPix && (*fLoGainPixId)[l]==(*fHiGainPixId)[i])) … … 200 199 *fLog << ' '; 201 200 } 202 203 *fLog << flush;204 201 l++; 205 202 }
Note:
See TracChangeset
for help on using the changeset viewer.