Import Geant4 0.1.0 source tree
This commit is contained in:
@@ -5,8 +5,8 @@
|
||||
// based on the Program) you indicate your acceptance of this statement,
|
||||
// and all its terms.
|
||||
//
|
||||
// $Id: G4ShortLivedTable.cc,v 2.4 1998/11/13 17:04:52 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00 $
|
||||
// $Id: G4ShortLivedTable.cc,v 1.2 1999/04/14 10:28:31 kurasige Exp $
|
||||
// GEANT4 tag $Name: geant4-00-01 $
|
||||
//
|
||||
//
|
||||
// --------------------------------------------------------------
|
||||
@@ -61,8 +61,8 @@ void G4ShortLivedTable::Insert(G4ParticleDefinition* particle)
|
||||
} else {
|
||||
//#ifdef G4VERBOSE
|
||||
//if (GetVerboseLevel()>0) {
|
||||
// G4cerr << "G4ShortLivedTable::Insert :" << particle->GetParticleName() ;
|
||||
// G4cerr << " is not short lived" << endl;
|
||||
// G4cout << "G4ShortLivedTable::Insert :" << particle->GetParticleName() ;
|
||||
// G4cout << " is not short lived" << endl;
|
||||
//}
|
||||
//#endif
|
||||
}
|
||||
@@ -75,8 +75,8 @@ void G4ShortLivedTable::Remove(G4ParticleDefinition* particle)
|
||||
} else {
|
||||
#ifdef G4VERBOSE
|
||||
if (GetVerboseLevel()>0) {
|
||||
G4cerr << "G4ShortLivedTable::Remove :" << particle->GetParticleName() ;
|
||||
G4cerr << " is not short lived" << endl;
|
||||
G4cout << "G4ShortLivedTable::Remove :" << particle->GetParticleName() ;
|
||||
G4cout << " is not short lived" << endl;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user