Changeset 2458 for trunk


Ignore:
Timestamp:
11/03/03 17:10:35 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r2457 r2458  
    3636
    3737   * 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)
    4041
    4142
  • trunk/MagicSoft/Mars/mraw/MRawEvtData.cc

    r2456 r2458  
    173173        *fLog << " " << setfill(' ') << setw(3) << dec << i << " -";
    174174        *fLog << " " << setfill(' ') << setw(3) << dec << (*fHiGainPixId)[i] << ": ";
    175         *fLog << (manip?dec:hex) << flush;
     175        *fLog << (manip?dec:hex);
    176176
    177177        if (!manip)
     
    185185                *fLog << ' ';
    186186        }
    187         *fLog << flush;
    188187
    189188        if (!(l<nLoPix && (*fLoGainPixId)[l]==(*fHiGainPixId)[i]))
     
    200199                *fLog << ' ';
    201200        }
    202 
    203         *fLog << flush;
    204201        l++;
    205202    }
Note: See TracChangeset for help on using the changeset viewer.