Import Geant4 5.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:57:27 +02:00
parent 330b82b769
commit 37fff30d2e
5733 changed files with 263867 additions and 74574 deletions
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4MagIntegratorStepper.icc,v 1.6 2002/05/07 16:11:59 japost Exp $
// GEANT4 tag $Name: geant4-04-01 $
// $Id: G4MagIntegratorStepper.icc,v 1.7 2002/11/20 18:10:44 japost Exp $
// GEANT4 tag $Name: geant4-05-00 $
//
inline
@@ -34,15 +34,22 @@ G4EquationOfMotion* G4MagIntegratorStepper::GetEquationOfMotion()
inline
G4int G4MagIntegratorStepper::GetNumberOfVariables() const
{
return fNumberOfVariables;
return fNoIntegrationVariables;
}
inline
void G4MagIntegratorStepper::SetNumberOfVariables(G4int newNo)
G4int G4MagIntegratorStepper::GetNumberOfStateVariables() const
{
fNumberOfVariables = newNo;
return fNoStateVariables;
}
// inline
// void G4MagIntegratorStepper::SetNumberOfVariables(G4int newNo)
// {
// fNumberOfVariables = newNo;
// }
inline
void G4MagIntegratorStepper::RightHandSide( const double y[], double dydx[] )
{