Fork me on GitHub

Changeset 231 in svn for trunk


Ignore:
Timestamp:
Feb 2, 2009, 6:44:22 PM (16 years ago)
Author:
Xavier Rouby
Message:

update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r230 r231  
     1 * Changes relative to V.1.3beta:
     2    - new overal header and program output to screen.
     3    - #include statements have been cleaned ; more include paths
     4      in the compilation, leading to easier #include statements.
     5    - extensive use of 'valgrind' for the search for memory leaks.
     6      No more explicit leak is in the code. The only leaks left are
     7      related to ROOT, to mcfio dependecy and to Hector.
     8      This implied the systematic addition of copy-constructor,
     9      operator= and correct destructors in Delphes classes
     10    - update of the BField simulation; still in the case of B = Bz only
     11    - JetsUtil* files renamed to JetsUtil*
     12 * Private modifications in dependencies
     13    - memory leaks removed in FROG (applied on Frog v1.106)
     14    - systematic change of by-value parameters to "by-const-reference"
     15      in Hector (applied on Hector v1.3.1)
     16
    117 /-----------------------------------------\
    218|  29 January 2009: release Version1.3beta  |
Note: See TracChangeset for help on using the changeset viewer.