Import Geant4 11.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2022-12-09 14:43:28 +01:00
parent c07cea1fe0
commit 9f34590941
3810 changed files with 200490 additions and 182326 deletions
@@ -69,7 +69,7 @@ G4PhysicsLogVector::G4PhysicsLogVector(G4double Emin, G4double Emax,
binVector[numberOfNodes - 1] = Emax;
Initialise();
for(G4int i = 1; i <= idxmax; ++i)
for(std::size_t i = 1; i <= idxmax; ++i)
{
binVector[i] = edgeMin*G4Exp(i / invdBin);
}