Changeset 4764 for trunk/MagicSoft


Ignore:
Timestamp:
08/27/04 15:41:52 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.cc

    r4763 r4764  
    12481248// For more details see the class description and the corresponding Getters
    12491249//
    1250 Bool_t MJCalibration::CheckEnv()
     1250Bool_t MJCalibration::CheckEnvLocal()
    12511251{
    12521252    TString col = GetEnv("Color", "");
     
    12691269    SetUsePINDiode(GetEnv("UsePINDiode", IsUsePINDiode()));
    12701270
    1271     return MJob::CheckEnv();
     1271    return kTRUE;
    12721272}
    12731273
Note: See TracChangeset for help on using the changeset viewer.