From f76c6492fb44f6e36b2f0ca0321bc3a1f773b28e Mon Sep 17 00:00:00 2001 From: Markus Frank <Markus.Frank@cern.ch> Date: Fri, 1 Dec 2017 19:50:15 +0100 Subject: [PATCH] Update DDG4 stepper factories --- DDG4/plugins/Geant4Steppers.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DDG4/plugins/Geant4Steppers.cpp b/DDG4/plugins/Geant4Steppers.cpp index 88941f90c..0ac5bd637 100644 --- a/DDG4/plugins/Geant4Steppers.cpp +++ b/DDG4/plugins/Geant4Steppers.cpp @@ -22,7 +22,6 @@ #include "G4ClassicalRK4.hh" #include "G4ConstRK4.hh" #include "G4CashKarpRKF45.hh" -#include "G4DoLoMcPriRK34.hh" #include "G4DormandPrince745.hh" #include "G4DormandPrinceRK56.hh" #include "G4DormandPrinceRK78.hh" @@ -35,15 +34,16 @@ DECLARE_GEANT4_STEPPER(SimpleHeum) DECLARE_GEANT4_MAGSTEPPER(ConstRK4) DECLARE_GEANT4_STEPPER(ClassicalRK4) DECLARE_GEANT4_STEPPER(CashKarpRKF45) -DECLARE_GEANT4_STEPPER(DoLoMcPriRK34) DECLARE_GEANT4_STEPPER(DormandPrince745) DECLARE_GEANT4_STEPPER(DormandPrinceRK56) DECLARE_GEANT4_STEPPER(DormandPrinceRK78) DECLARE_GEANT4_STEPPER(BogackiShampine23) #if G4VERSION_NUMBER>=1003 +#include "G4DoLoMcPriRK34.hh" #include "G4BogackiShampine45.hh" DECLARE_GEANT4_STEPPER(BogackiShampine45) +DECLARE_GEANT4_STEPPER(DoLoMcPriRK34) #endif // Geant 4 include files -- GitLab