Import Geant4 10.6.1 source tree
This commit is contained in:
@@ -53,7 +53,7 @@ class G4IntegrationDriver : public G4RKIntegrationDriver<T>,
|
||||
G4IntegrationDriver( G4double hminimum,
|
||||
T* stepper,
|
||||
G4int numberOfComponents = 6,
|
||||
G4int statisticsVerbosity = 1 );
|
||||
G4int statisticsVerbosity = 0 );
|
||||
|
||||
virtual ~G4IntegrationDriver() override;
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ class G4InterpolationDriver : public G4RKIntegrationDriver<T>
|
||||
G4InterpolationDriver(G4double hminimum,
|
||||
T* stepper,
|
||||
G4int numberOfComponents = 6,
|
||||
G4int statisticsVerbosity = 1);
|
||||
G4int statisticsVerbosity = 0);
|
||||
|
||||
virtual ~G4InterpolationDriver() override;
|
||||
|
||||
|
||||
@@ -49,7 +49,7 @@ class G4MagInt_Driver : public G4VIntegrationDriver,
|
||||
G4MagInt_Driver(G4double hminimum,
|
||||
G4MagIntegratorStepper* pItsStepper,
|
||||
G4int numberOfComponents = 6,
|
||||
G4int statisticsVerbosity = 1);
|
||||
G4int statisticsVerbosity = 0);
|
||||
virtual ~G4MagInt_Driver() override;
|
||||
// Constructor, destructor.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user