Import Geant4 10.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 14:11:04 +02:00
parent c9b32a6c0a
commit d4af681f38
4886 changed files with 420149 additions and 1023309 deletions
+3 -3
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4Isotope.hh 68070 2013-03-13 15:03:06Z gcosmo $
// $Id: G4Isotope.hh 87870 2015-01-16 08:27:07Z gcosmo $
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.....
@@ -113,10 +113,10 @@ class G4Isotope
size_t GetIndex() const {return fIndexInTable;}
friend
std::ostream& operator<<(std::ostream&, G4Isotope*);
std::ostream& operator<<(std::ostream&, const G4Isotope*);
friend
std::ostream& operator<<(std::ostream&, G4Isotope&);
std::ostream& operator<<(std::ostream&, const G4Isotope&);
friend
std::ostream& operator<<(std::ostream&, G4IsotopeTable);