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
@@ -94,7 +94,7 @@ G4IsotopeMagneticMomentTable::G4IsotopeMagneticMomentTable()
char inputChars[80]={' '};
while ( !DataFile.eof() ) {
while ( !DataFile.eof() ) { // Loop checking, 09.08.2015, K.Kurashige
DataFile.getline(inputChars, 80);
G4String inputLine = inputChars;
G4int ionA, ionZ, ionJ, isomer;