Ignore:
Timestamp:
Sep 30, 2010, 2:47:17 PM (14 years ago)
Author:
garnier
Message:

tag geant4.9.4 beta 1 + modifs locales

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/management/src/G4VPreCompoundModel.cc

    r1228 r1337  
    2525//
    2626//
    27 // $Id: G4VPreCompoundModel.cc,v 1.6 2007/01/11 05:29:10 dennis Exp $
    28 // GEANT4 tag $Name: geant4-09-03 $
     27// $Id: G4VPreCompoundModel.cc,v 1.7 2010/06/11 15:26:36 vnivanch Exp $
     28// GEANT4 tag $Name: geant4-09-04-beta-01 $
    2929//
    3030
    3131#include "G4VPreCompoundModel.hh"
    32 #include "G4HadronicException.hh"
     32//#include "G4HadronicException.hh"
    3333
    3434G4VPreCompoundModel::G4VPreCompoundModel(G4ExcitationHandler* const value,
    3535                                         const G4String& modelName):
    36   G4HadronicInteraction(modelName),
    37   theExcitationHandler(value)
     36  G4HadronicInteraction(modelName), theExcitationHandler(value)
    3837{}
    3938
     39G4VPreCompoundModel::G4VPreCompoundModel():
     40  G4HadronicInteraction(""), theExcitationHandler(0)
     41{}
    4042
    41 const G4VPreCompoundModel &
    42 G4VPreCompoundModel::operator=(const G4VPreCompoundModel &)
    43 {
    44   G4String text = "G4VPreCompoundModel::operator= meant to not be accessable";
    45   throw G4HadronicException(__FILE__, __LINE__, text);
    46   return *this;
    47 }
    48 
    49 G4bool G4VPreCompoundModel::operator==(const G4VPreCompoundModel &) const
    50 {
    51   return false;
    52 }
    53 
    54 G4bool G4VPreCompoundModel::operator!=(const G4VPreCompoundModel &) const
    55 {
    56   return true;
    57 }
     43G4VPreCompoundModel::~G4VPreCompoundModel()
     44{}
     45 
Note: See TracChangeset for help on using the changeset viewer.