Changeset 2065


Ignore:
Timestamp:
05/05/03 15:51:43 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/macros/status.C

    r1967 r2065  
    4444    // d->SetUpdateTime(-1);
    4545
    46     d->SetLogStream(&gLog); // Disables output to stdout
     46    d->SetLogStream(&gLog, kTRUE); // Disables output to stdout
    4747    gLog.SetOutputFile("status.log", kTRUE); // Enable output to file
    4848    //gLog.EnableOutputDevice(MLog::eStdout); // Enable output to stdout again
     
    9393    MHillasCalc       hcalc;
    9494    MHillasSrcCalc    scalc; // !!Preliminary!! Will be removed later!
    95     MNewImageParCalc  icalc;
    9695    MCT1SupercutsCalc calc1;
    9796
     
    115114    tlist.AddToList(&hcalc);
    116115    tlist.AddToList(&scalc);
    117     tlist.AddToList(&icalc);
    118116    tlist.AddToList(&calc1);
    119117    tlist.AddToList(&hfill7);
Note: See TracChangeset for help on using the changeset viewer.