Import Geant4 10.0.0 source tree
This commit is contained in:
@@ -154,11 +154,11 @@ void G4RPGSigmaPlusInelastic::Cascade(
|
||||
quasiElastic = true;
|
||||
return;
|
||||
}
|
||||
static G4bool first = true;
|
||||
static G4ThreadLocal G4bool first = true;
|
||||
const G4int numMul = 1200;
|
||||
const G4int numSec = 60;
|
||||
static G4double protmul[numMul], protnorm[numSec]; // proton constants
|
||||
static G4double neutmul[numMul], neutnorm[numSec]; // neutron constants
|
||||
static G4ThreadLocal G4double protmul[numMul], protnorm[numSec]; // proton constants
|
||||
static G4ThreadLocal G4double neutmul[numMul], neutnorm[numSec]; // neutron constants
|
||||
// np = number of pi+, nneg = number of pi-, nz = number of pi0
|
||||
G4int counter, nt=0, np=0, nneg=0, nz=0;
|
||||
G4double test;
|
||||
|
||||
Reference in New Issue
Block a user