Begin to adapt for Geant4.10

This commit is contained in:
Thomas
2014-08-11 22:42:46 +02:00
parent 9ce11b00d1
commit 040457f56e
6 changed files with 196 additions and 196 deletions

View File

@@ -118,7 +118,7 @@ public:
void SetStepper();
/// Set the minimum step length
void SetMinStep(G4double s) { minStep = s; G4cout<<"F04GlobalField::SetMinStep: minStep set to "<<minStep/mm<<" mm."<<G4endl; }
void SetMinStep(G4double s) { minStep = s; G4cout<<"F04GlobalField::SetMinStep: minStep set to "<<minStep/CLHEP::mm<<" mm."<<G4endl; }
/// Set the delta chord length
void SetDeltaChord(G4double s) { deltaChord = s; }