Import Geant4 9.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 15:16:48 +02:00
parent 75c7fd177d
commit a8e9364cea
6592 changed files with 84274 additions and 69292 deletions
@@ -201,7 +201,8 @@ G4double G4RIsotopeTable::GetMeanLifeTime (G4int Z, G4int A, G4double& aE)
G4double a(0.0);
G4double b(0.0);
while (!found && -DecaySchemeFile.getline(inputChars, 80).eof() != EOF)
// while (!found && -DecaySchemeFile.getline(inputChars, 80).eof() != EOF)
while (!found && !DecaySchemeFile.getline(inputChars, 80).eof())
{
inputLine = inputChars;
//G4String::stripType stripend(1);