Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/photon_evaporation/src/G4VPhotonEvaporation.cc

    r1340 r1347  
    3838//      Modifications:
    3939//     
     40// 17-11-2010 V.Ivanchenko moved constructor an ddestructor to the source
     41//
    4042// -------------------------------------------------------------------
    4143//
    42 // $Id: G4VPhotonEvaporation.cc,v 1.3 2010/04/25 18:43:21 vnivanch Exp $
    43 // GEANT4 tag $Name: geant4-09-03-ref-09 $
     44// $Id: G4VPhotonEvaporation.cc,v 1.4 2010/11/17 16:50:53 vnivanch Exp $
     45// GEANT4 tag $Name: geant4-09-04-ref-00 $
    4446
    4547
    4648#include "G4VPhotonEvaporation.hh"
    4749
     50G4VPhotonEvaporation::G4VPhotonEvaporation()
     51{}
    4852
    49 G4bool G4VPhotonEvaporation::operator==(const G4VPhotonEvaporation &right) const
    50 {
    51     return (this == (G4VPhotonEvaporation*) &right);
    52 }
    53 
    54 G4bool G4VPhotonEvaporation::operator!=(const G4VPhotonEvaporation &right) const
    55 {
    56     return (this != (G4VPhotonEvaporation*) &right);
    57 }
     53G4VPhotonEvaporation::~G4VPhotonEvaporation()
     54{}
    5855
    5956
     57
Note: See TracChangeset for help on using the changeset viewer.