Ignore:
Timestamp:
04/18/05 10:35:54 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfbase/MFEventSelector2.cc

    r6916 r6949  
    481481    {
    482482        // how many events do we still want to read in this bin
    483         fNom[bin] -= 1;
     483        fNom[bin]--;
    484484        rc = kTRUE;
    485485
     
    491491
    492492    // how many events are still pending to be read
    493     fIs[bin] -= 1;
     493    fIs[bin]--;
    494494
    495495    return rc;
     
    530530      {
    531531        fResult = kFALSE;
    532         fCounter[1] += 1;
     532        fCounter[1]++;
    533533        return kTRUE;
    534534      }
     
    539539    if (!fResult)
    540540    {
    541       fCounter[2] += 1;
     541      fCounter[2]++;
    542542      return kTRUE;
    543543    }
    544544
    545     fCounter[0] += 1;
     545    fCounter[0]++;
    546546
    547547    return kTRUE;
Note: See TracChangeset for help on using the changeset viewer.