Import Geant4 10.6.0 source tree

This commit is contained in:
Gabriele Cosmo
2019-12-06 15:12:28 +01:00
parent b2a62ae692
commit 5baee230e9
2997 changed files with 141580 additions and 98673 deletions
@@ -23,21 +23,11 @@
// * acceptance of all terms of the Geant4 Software license. *
// ********************************************************************
//
// G4RKIntegrationDriver inline implementation
//
//
//
// class G4RKIntegrationDriver
//
// Class description:
//
// Driver class which controls the integration error of a
// Runge-Kutta stepper
// History:
// - Created. D.Sorokin
// Created: D.Sorokin, 2017
// --------------------------------------------------------------------
#include "globals.hh"
template <class T>
@@ -49,6 +39,7 @@ G4RKIntegrationDriver<T>::G4RKIntegrationDriver(T* pStepper)
}
// Step failed; compute the size of retrial Step.
//
template <class T> G4double G4RKIntegrationDriver<T>::
ShrinkStepSize(G4double h, G4double error) const
{
@@ -70,6 +61,7 @@ ShrinkStepSize2(G4double h, G4double error2) const
}
// Compute size of next Step
//
template<class T> G4double G4RKIntegrationDriver<T>::
GrowStepSize(G4double h, G4double error) const
{