Import Geant4 9.0.0 source tree
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user