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);
@@ -687,8 +687,8 @@ G4DecayTable *G4RadioactiveDecay::LoadDecayTable (G4ParticleDefinition
// Go through each record in the data file until you identify the decay
// data relating to the nuclide of concern.
//
while (!complete && -DecaySchemeFile.getline(inputChars, 80).eof() != EOF)
{
// while (!complete && -DecaySchemeFile.getline(inputChars, 80).eof() != EOF)
while (!complete && !DecaySchemeFile.getline(inputChars, 80).eof()) {
inputLine = inputChars;
// G4String::stripType stripend(1);
// inputLine = inputLine.strip(stripend);