Ignore:
Timestamp:
01/13/04 12:04:09 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2744 r2780  
    2323\* ======================================================================== */
    2424
    25 
    2625void dohtml()
    2726{
     
    2928    //  don't forget that the shared object must have been loaded
    3029    //
     30
     31    //
     32    // Do not print 'Info' messages from the root system such like
     33    // TCanvas::Print
     34    //
     35    gErrorIgnoreLevel=kWarning;
    3136
    3237    //
     
    3843    sourcedir += "manalysis:";
    3944    sourcedir += "mbase:";
     45    sourcedir += "mcamera:";
    4046    sourcedir += "mcalib:";
    4147    sourcedir += "mdata:";
     
    5157    sourcedir += "mmc:";
    5258    sourcedir += "mmontecarlo:";
     59    sourcedir += "mpointing:";
    5360    sourcedir += "mranforest:";
    5461    sourcedir += "mraw:";
    5562    sourcedir += "mreflector:";
     63    sourcedir += "mreport:";
    5664    sourcedir += "mtools:";
    5765    sourcedir += ".:";
Note: See TracChangeset for help on using the changeset viewer.