Ignore:
Timestamp:
10/22/03 20:59:40 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MMatrixLoop.cc

    r2419 r2421  
    5454// --------------------------------------------------------------------------
    5555//
     56Int_t MMatrixLoop::PreProcess(MParList *plist)
     57{
     58    fNumRow = 0;
    5659
    57 Int_t MMatrixLoop::PreProcess(MParList *plist)
    58     {
    59         fNumRow = 0;
    60 
    61         return fMatrix ? kTRUE : kFALSE;
    62     }
     60    return fMatrix ? kTRUE : kFALSE;
     61}
    6362
    6463// --------------------------------------------------------------------------
     
    7170    return fMatrix->SetNumRow(fNumRow++);
    7271}
    73 
    74 
    75 
    76 
    77 
    78 
    79 
    80 
    81 
    82 
Note: See TracChangeset for help on using the changeset viewer.