Ignore:
Timestamp:
03/29/05 11:42:03 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MFSupercuts.cc

    r6879 r6892  
    297297Int_t MFSupercuts::ReadEnv(const TEnv &env, TString prefix, Bool_t print)
    298298{
     299    if (MFilter::ReadEnv(env, prefix, print)==kERROR)
     300        return kERROR;
     301
    299302    if (IsEnvDefined(env, prefix, "File", print))
    300303    {
Note: See TracChangeset for help on using the changeset viewer.