Ignore:
Timestamp:
Dec 22, 2010, 3:52:27 PM (13 years ago)
Author:
garnier
Message:

geant4 tag 9.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/processes/hadronic/models/util/include/G4DecayStrongResonances.hh

    r1340 r1347  
    2424// ********************************************************************
    2525//
     26// $Id: G4DecayStrongResonances.hh,v 1.9 2010/11/02 17:57:38 vnivanch Exp $
     27// GEANT4 tag $Name: geant4-09-04-ref-00 $
     28//
     29// -------------------------------------------------------------------
     30//
     31// GEANT4 Class file
     32//
     33// File name:     G4DecayStrongResonances
     34//
     35// Modified: 
     36// 02.11.2010 V.Ivanchenko moved constructor and destructor to source;
     37//                         removed unused variable
    2638
    2739#ifndef G4DecayStrongResonances_h
     
    3648{
    3749public:
    38    G4DecayStrongResonances(){}     
    39    ~G4DecayStrongResonances(){}
     50  G4DecayStrongResonances();
     51  ~G4DecayStrongResonances();
    4052
    4153private:
    4254   G4int operator==(G4DecayStrongResonances& right) {return (this == &right);}
    4355   G4int operator!=(G4DecayStrongResonances& right) {return (this != &right);}
    44    
    45    G4double theEnergy;
    4656     
    4757public:
Note: See TracChangeset for help on using the changeset viewer.