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
@@ -66,7 +66,7 @@ inline void G4PhysicsVector::PutValue(std::size_t index, G4double theValue)
{
if(index >= numberOfNodes)
{
PrintPutValueError(index);
PrintPutValueError(index, theValue, theValue);
}
dataVector[index] = theValue;
}
@@ -104,6 +104,10 @@ inline void G4PhysicsVector::SetSpline(G4bool val)
// ---------------------------------------------------------------
inline G4bool G4PhysicsVector::GetSpline() const { return useSpline; }
// ---------------------------------------------------------------
inline void G4PhysicsVector::SetVerboseLevel(G4int value)
{
verboseLevel = value;