Import Geant4 10.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 11:51:14 +02:00
parent e2d2f9810a
commit 286caacf06
12421 changed files with 730077 additions and 502383 deletions
+5 -5
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id$
// $Id: G4Isotope.hh 68070 2013-03-13 15:03:06Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
@@ -99,7 +99,7 @@ class G4Isotope
// Isomer level
G4int Getm() const {return fm;}
G4int GetCountUse() const {return fCountUse;}
// G4int GetCountUse() const {return fCountUse;}
static
G4Isotope* GetIsotope(const G4String& name, G4bool warning=false);
@@ -132,8 +132,8 @@ class G4Isotope
// persistifiable objects.
void SetName(const G4String& name) {fName=name;}
void increaseCountUse() {fCountUse++;}
void decreaseCountUse() {fCountUse--;}
// void increaseCountUse() {fCountUse++;}
// void decreaseCountUse() {fCountUse--;}
private:
@@ -148,7 +148,7 @@ class G4Isotope
G4double fA; // atomic mass of a mole
G4int fm; // isomer level
G4int fCountUse; // nb of elements which use this isotope
// G4int fCountUse; // nb of elements which use this isotope
static
G4IsotopeTable theIsotopeTable;