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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhbase/MHMatrix.cc

    r2738 r4601  
    10551055//     MHMatrix.Column1: MHillasSrc.fAlpha
    10561056//
    1057 Bool_t MHMatrix::ReadEnv(const TEnv &env, TString prefix, Bool_t print)
     1057Int_t MHMatrix::ReadEnv(const TEnv &env, TString prefix, Bool_t print)
    10581058{
    10591059    if (fM.IsValid())
  • trunk/MagicSoft/Mars/mhbase/MHMatrix.h

    r2738 r4601  
    112112    Bool_t DefRefMatrix(Int_t nmaxevts=0, TMatrix *mrest=NULL);
    113113
    114     Bool_t ReadEnv(const TEnv &env, TString prefix, Bool_t print=kFALSE);
     114    Int_t ReadEnv(const TEnv &env, TString prefix, Bool_t print=kFALSE);
    115115
    116116    void ShuffleRows(UInt_t seed);
Note: See TracChangeset for help on using the changeset viewer.