Ignore:
Timestamp:
Nov 25, 2009, 5:13:58 PM (15 years ago)
Author:
garnier
Message:

update CVS release candidate geant4.9.3.01

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/particles/management/src/G4IsotopeProperty.cc

    r992 r1196  
    2525//
    2626//
    27 // $Id: G4IsotopeProperty.cc,v 1.7 2007/03/16 05:25:08 kurasige Exp $
    28 // GEANT4 tag $Name: geant4-09-02-ref-02 $
     27// $Id: G4IsotopeProperty.cc,v 1.8 2009/08/17 14:52:19 kurasige Exp $
     28// GEANT4 tag $Name: geant4-09-03-cand-01 $
    2929//
    3030//
     
    107107void G4IsotopeProperty::DumpInfo() const
    108108{
     109#ifdef G4VERBOSE
    109110  G4cout << "AtomicNumber: " << fAtomicNumber << G4endl;
    110111  G4cout << "AtomicMass: " << fAtomicMass << G4endl;
     
    122123    G4cout << "Decay Table is not defined !" << G4endl;
    123124  }
     125#endif
    124126}
    125127
Note: See TracChangeset for help on using the changeset viewer.