Import Geant4 10.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-10 12:08:39 +02:00
parent 286caacf06
commit c9b32a6c0a
5770 changed files with 1050949 additions and 367105 deletions
+3 -3
View File
@@ -24,7 +24,7 @@
// ********************************************************************
//
//
// $Id: G4IonisParamElm.cc 68721 2013-04-05 09:20:30Z gcosmo $
// $Id: G4IonisParamElm.cc 81374 2014-05-27 13:07:25Z gcosmo $
//
//
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... ....oooOO0OOooo....
@@ -153,13 +153,13 @@ G4IonisParamElm::~G4IonisParamElm()
}
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... ....oooOO0OOooo....
/*
G4IonisParamElm::G4IonisParamElm(G4IonisParamElm& right)
{
fShellCorrectionVector = 0;
*this = right;
}
*/
//....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo.... ....oooOO0OOooo....
G4IonisParamElm& G4IonisParamElm::operator=(const G4IonisParamElm& right)