Changeset 2421 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 10/22/03 20:59:40 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMatrixLoop.cc
r2419 r2421 54 54 // -------------------------------------------------------------------------- 55 55 // 56 Int_t MMatrixLoop::PreProcess(MParList *plist) 57 { 58 fNumRow = 0; 56 59 57 Int_t MMatrixLoop::PreProcess(MParList *plist) 58 { 59 fNumRow = 0; 60 61 return fMatrix ? kTRUE : kFALSE; 62 } 60 return fMatrix ? kTRUE : kFALSE; 61 } 63 62 64 63 // -------------------------------------------------------------------------- … … 71 70 return fMatrix->SetNumRow(fNumRow++); 72 71 } 73 74 75 76 77 78 79 80 81 82
Note:
See TracChangeset
for help on using the changeset viewer.