Import Geant4 11.0.0.beta source tree
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user