Changeset 1028 for trunk/MagicSoft


Ignore:
Timestamp:
11/01/01 15:51:02 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1026 r1028  
    2727   * mmain/MDataCheck.cc:
    2828     - changed name of enums for buttons
     29
     30   * Makefile.conf.osf1:
     31     - added some more exclusion flags to get rid of to much informations
     32
     33   * Makefile:
     34     - changed flags of tar from '-cvf' to 'cvf' so that it runs on alpha, too
     35
     36   * mbase/MAGIC.h:
     37     - put brackets around defines, to make it compile on alpha
     38
     39   * mbase/MEvtLoop.cc:
     40     - removed inline statement, to make it link on alpha
     41
    2942
    3043
  • trunk/MagicSoft/Mars/mbase/MWriteRootFile.cc

    r1004 r1028  
    101101    //
    102102    delete fOut;
     103
     104    //
     105    // Remark:
     106    // - Trees are automatically deleted by the the file
     107    //   (unless file.SetDirectory(0) was called)
     108    // - Branches are automatically deleted by the tree destructor
     109    //
    103110}
    104111
Note: See TracChangeset for help on using the changeset viewer.