Import Geant4 11.4.0 source tree
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
//
|
||||
// G4MagIntegratorStepper inline methods implementation
|
||||
//
|
||||
// Author: J.Apostolakis, CERN - 15.01.1997
|
||||
// Author: John Apostolakis (CERN), 15.01.1997
|
||||
// --------------------------------------------------------------------
|
||||
|
||||
inline
|
||||
@@ -73,6 +73,18 @@ G4bool G4MagIntegratorStepper::IsFSAL() const
|
||||
return fIsFSAL;
|
||||
}
|
||||
|
||||
inline
|
||||
G4bool G4MagIntegratorStepper::isQSS() const
|
||||
{
|
||||
return fIsQSS;
|
||||
}
|
||||
|
||||
inline
|
||||
void G4MagIntegratorStepper::SetIsQSS(G4bool val)
|
||||
{
|
||||
fIsQSS = val;
|
||||
}
|
||||
|
||||
inline
|
||||
void G4MagIntegratorStepper::SetIntegrationOrder(G4int order)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user