Ignore:
Timestamp:
Nov 5, 2010, 3:45:55 PM (14 years ago)
Author:
garnier
Message:

update ti head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/pre_equilibrium/exciton_model/src/G4PreCompoundEmissionFactory.cc

    r819 r1340  
    2424// ********************************************************************
    2525//
     26// $Id: G4PreCompoundEmissionFactory.cc,v 1.5 2010/08/28 15:16:55 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-ref-09 $
     28//
     29
    2630#include "G4PreCompoundEmissionFactory.hh"
    2731
     
    3337#include "G4PreCompoundAlpha.hh"
    3438
     39G4PreCompoundEmissionFactory::G4PreCompoundEmissionFactory()
     40{}
    3541
    36 const G4PreCompoundEmissionFactory & G4PreCompoundEmissionFactory::
    37 operator=(const G4PreCompoundEmissionFactory & )
    38 {
    39   throw G4HadronicException(__FILE__, __LINE__, "G4PreCompoundEmissionFactory::operator= meant to not be accessable.");
    40   return *this;
    41 }
    42 
    43 G4bool G4PreCompoundEmissionFactory::
    44 operator==(const G4PreCompoundEmissionFactory & ) const
    45 {
    46   throw G4HadronicException(__FILE__, __LINE__, "G4PreCompoundEmissionFactory::operator== meant to not be accessable.");
    47   return false;
    48 }
    49 
    50 G4bool G4PreCompoundEmissionFactory::
    51 operator!=(const G4PreCompoundEmissionFactory & ) const
    52 {
    53   throw G4HadronicException(__FILE__, __LINE__, "G4PreCompoundEmissionFactory::operator!= meant to not be accessable.");
    54   return true;
    55 }
    56 
     42G4PreCompoundEmissionFactory::~G4PreCompoundEmissionFactory()
     43{}
    5744
    5845std::vector<G4VPreCompoundFragment*> *  G4PreCompoundEmissionFactory::
Note: See TracChangeset for help on using the changeset viewer.