Ignore:
Timestamp:
08/18/09 14:14:53 (15 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjobs
Files:
2 edited

Legend:

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

    r9374 r9497  
    320320    if (fDisplay)
    321321        arr.Add(fDisplay);
     322
     323    TNamed cmdline("CommandLine", fCommandLine.Data());
     324    arr.Add(&cmdline);
    322325
    323326    const Int_t num = set.GetNumAnalysis();
  • trunk/MagicSoft/Mars/mjobs/MJob.cc

    r9471 r9497  
    381381        return kTRUE;
    382382
     383    *fLog << all << "Evaluating resources from: " << fEnv->GetRcName() << endl;
     384
    383385    if (!loop.ReadEnv(*fEnv, fEnvPrefix, fEnvDebug>2))
    384386        return kFALSE;
Note: See TracChangeset for help on using the changeset viewer.