Ignore:
Timestamp:
10/21/03 09:31:06 (21 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2206 r2419  
    55#include "MTask.h"
    66#endif
     7
    78
    89class MHMatrix;
     
    2122    MMatrixLoop(MHMatrix *mat, const char *name=NULL, const char *title=NULL);
    2223
    23     Int_t PreProcess(MParList *plist)
    24     {
    25         fNumRow = 0;
    26 
    27         return fMatrix ? kTRUE : kFALSE;
    28     }
    29 
     24    Int_t PreProcess(MParList *plist);
    3025    Int_t Process();
    3126
Note: See TracChangeset for help on using the changeset viewer.