Ignore:
Timestamp:
08/12/04 16:41:37 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mfileio
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MRead.cc

    r2298 r4601  
    8282// Number of entries at the moment not supported
    8383//
    84 Bool_t MRead::ReadEnv(const TEnv &env, TString prefix, Bool_t print)
     84Int_t MRead::ReadEnv(const TEnv &env, TString prefix, Bool_t print)
    8585{
    8686    //
  • trunk/MagicSoft/Mars/mfileio/MRead.h

    r2298 r4601  
    2626    Int_t AddFiles(MDirIter &dir);
    2727
    28     Bool_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
     28    Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print);
    2929
    3030    ClassDef(MRead, 0)  // Base class for a reading task
Note: See TracChangeset for help on using the changeset viewer.