Import Geant4 1.1.0 source tree
This commit is contained in:
+3
-3
@@ -9,9 +9,9 @@
|
||||
G4VParticleChange* G4GeneratorPrecompoundInterface::
|
||||
ApplyYourself(const G4Track& aTrack, G4Nucleus& theNucleus)
|
||||
{
|
||||
cout << "G4GeneratorPrecompoundInterface: ApplyYourself interface called stand-allone."<< endl;
|
||||
cout << "This class is only a mediator between generator and precompound"<<endl;
|
||||
cout << "Please remove from your physics list."<<endl;
|
||||
G4std::cout << "G4GeneratorPrecompoundInterface: ApplyYourself interface called stand-allone."<< G4endl;
|
||||
G4std::cout << "This class is only a mediator between generator and precompound"<<G4endl;
|
||||
G4std::cout << "Please remove from your physics list."<<G4endl;
|
||||
G4Exception("SEVERE: G4GeneratorPrecompoundInterface model interface called stand-allone.");
|
||||
return new G4ParticleChange;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user