Ignore:
Timestamp:
Jun 18, 2010, 11:42:07 AM (14 years ago)
Author:
garnier
Message:

update geant4-09-04-beta-cand-01 interfaces-V09-03-09 vis-V09-03-08

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/de_excitation/evaporation/src/G4VEvaporation.cc

    r1228 r1315  
    2424// ********************************************************************
    2525//
    26 //
    27 // $Id: G4VEvaporation.cc,v 1.5 2006/06/29 20:10:49 gunter Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     26// $Id: G4VEvaporation.cc,v 1.7 2010/04/27 14:00:40 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-beta-cand-01 $
    2928//
    3029// Hadronic Process: Nuclear De-excitations
     
    3231//
    3332
     33#include "G4VEvaporation.hh"
    3434
    35 #include "G4VEvaporation.hh"
    36 #include "G4HadronicException.hh"
     35G4VEvaporation::G4VEvaporation()
     36{}
    3737
    38 G4VEvaporation::G4VEvaporation(const G4VEvaporation &)
    39 {
    40  throw G4HadronicException(__FILE__, __LINE__, "G4VEvaporation::copy_constructor meant to not be accessable");
    41 }
     38G4VEvaporation::~G4VEvaporation()
     39{}
    4240
    43 
    44 
    45 
    46 const G4VEvaporation & G4VEvaporation::operator=(const G4VEvaporation &)
    47 {
    48   throw G4HadronicException(__FILE__, __LINE__, "G4VEvaporation::operator= meant to not be accessable");
    49   return *this;
    50 }
    51 
    52 
    53 G4bool G4VEvaporation::operator==(const G4VEvaporation &) const
    54 {
    55   return false;
    56 }
    57 
    58 G4bool G4VEvaporation::operator!=(const G4VEvaporation &) const
    59 {
    60   return true;
    61 }
     41void G4VEvaporation::Initialise()
     42{}
    6243
    6344
Note: See TracChangeset for help on using the changeset viewer.