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/cascade/cascade/include/G4PreCompoundCascadeInterface.hh

    r819 r1315  
    2424// ********************************************************************
    2525//
    26 // $Id: G4PreCompoundCascadeInterface.hh,v 1.1 2007/05/23 14:37:28 miheikki Exp $
     26// $Id: G4PreCompoundCascadeInterface.hh,v 1.3 2010/05/21 18:07:30 mkelsey Exp $
    2727// Defines an interface to Bertini (BERT) INC with exitons. Evaporation is NOT included
     28//
     29// 20100520 M. Kelsey -- Add missing name string to ctor, follow code changes from
     30//              G4CascadeInterface.
    2831
    2932#ifndef G4PRECOMPOUNDCASCADEINTERFACE_H
     
    4245
    4346public:
    44   G4PreCompoundCascadeInterface();
     47  G4PreCompoundCascadeInterface(const G4String& nam="PreCompound Bertini Cascade");
    4548
    4649  ~G4PreCompoundCascadeInterface(){
     
    5255
    5356private:
    54   G4int operator==(G4PreCompoundCascadeInterface& right) {
     57  G4int operator==(const G4PreCompoundCascadeInterface& right) const {
    5558    return (this == &right);
    5659  }
    5760
    58   G4int operator!=(G4PreCompoundCascadeInterface& right) {
     61  G4int operator!=(const G4PreCompoundCascadeInterface& right) const {
    5962    return (this != &right);
    6063  }
Note: See TracChangeset for help on using the changeset viewer.