hepmc - Diff between revs 263 and 264

Subversion Repositories:
Rev:
Show entire file - Ignore whitespace
Rev 263 Rev 264
Line 1... Line 1...
1 1
2 2008-03-10 Lynn Garren -  
-   2 2008-03-11 Lynn Garren
3 3
4 * src/GenEvent.cc: The GenVertex pointer to the parent event was 4 * src/GenEvent.cc: The GenVertex pointer to the parent event was
5 not properly moved when the operator= method was used to copy 5 not properly moved when the operator= method was used to copy
6 a GenEvent. That bug is now fixed. 6 a GenEvent. That bug is now fixed.
7 * test/testMultipleCopies.cc.in: Add explicit test for the reported bug. -  
-   7 * GenVertex: added protected change_parent_event_ method for swap
-   8 as part of bug fix.
-   9 * test/testMultipleCopies.cc.in: Add explicit tests for operator=
-   10 and swap.
8 11
9 -------------------------- HepMC-2.03.05 -------------------------- 12 -------------------------- HepMC-2.03.05 --------------------------
10 13
11 2008-02-22 Lynn Garren 14 2008-02-22 Lynn Garren
12 15