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/G4HETCEmissionFactory.cc

    r819 r1340  
    2424// ********************************************************************
    2525//
     26// $Id: G4HETCEmissionFactory.cc,v 1.5 2010/08/28 15:16:55 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-03-ref-09 $
     28//
     29// by V. Lara
     30//
     31// Modified:
     32// 23.08.2010 V.Ivanchenko general cleanup, move constructor and destructor
     33//            the source
     34//
     35
    2636#include "G4HETCEmissionFactory.hh"
    2737
     
    3343#include "G4HETCAlpha.hh"
    3444
     45G4HETCEmissionFactory::G4HETCEmissionFactory()
     46{}
    3547
    36 const G4HETCEmissionFactory & G4HETCEmissionFactory::
    37 operator=(const G4HETCEmissionFactory & )
    38 {
    39   throw G4HadronicException(__FILE__, __LINE__, "G4HETCEmissionFactory::operator= meant to not be accessable.");
    40   return *this;
    41 }
    42 
    43 G4bool G4HETCEmissionFactory::
    44 operator==(const G4HETCEmissionFactory & ) const
    45 {
    46   throw G4HadronicException(__FILE__, __LINE__, "G4HETCEmissionFactory::operator== meant to not be accessable.");
    47   return false;
    48 }
    49 
    50 G4bool G4HETCEmissionFactory::
    51 operator!=(const G4HETCEmissionFactory & ) const
    52 {
    53   throw G4HadronicException(__FILE__, __LINE__, "G4HETCEmissionFactory::operator!= meant to not be accessable.");
    54   return true;
    55 }
    56 
     48G4HETCEmissionFactory::~G4HETCEmissionFactory()
     49{}
    5750
    5851std::vector<G4VPreCompoundFragment*> *  G4HETCEmissionFactory::
Note: See TracChangeset for help on using the changeset viewer.