Import Geant4 11.0.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2021-06-25 16:12:29 +02:00
parent c968e26a39
commit 6399a014b6
4200 changed files with 207479 additions and 237366 deletions
+2 -2
View File
@@ -112,11 +112,11 @@ inline G4PhysicsTable* G4OpWLS::GetIntegralTable() const
inline void G4OpWLS::DumpPhysicsTable() const
{
G4int PhysicsTableSize = theIntegralTable->entries();
G4PhysicsOrderedFreeVector* v;
G4PhysicsFreeVector* v;
for(G4int i = 0; i < PhysicsTableSize; ++i)
{
v = (G4PhysicsOrderedFreeVector*) (*theIntegralTable)[i];
v = (G4PhysicsFreeVector*) (*theIntegralTable)[i];
v->DumpValues();
}
}