Problem 2055

Summary: comments regarding epsilons in Listing 4.13 on page 163 seem reversed
Product: Documentation Reporter: Krzysztof Genser <resnegfk>
Component: Application Developers GuideAssignee: alexander.howard
Status: CLOSED FIXED    
Severity: normal CC: alexander.howard
Priority: P4    
Version: 10.4   
Hardware: All   
OS: All   

Description Krzysztof Genser 2018-04-11 17:21:36 CEST
See G4PropagatorInField::ComputeStep:
http://www-geant4.kek.jp/lxr/source/geometry/navigation/src/G4PropagatorInField.cc#L221
Krzysztof
Comment 1 alexander.howard 2018-04-12 11:18:09 CEST
Could you be more explicit? I'm not sure I follow where the problem is.
Comment 2 Krzysztof Genser 2018-04-12 17:20:22 CEST
I am referring to the following two lines: 
G4double minEps= 1.0e-5; // Minimum & value for smallest steps
G4double maxEps= 1.0e-4; // Maximum & value for largest steps
Comment 3 alexander.howard 2018-04-25 15:40:52 CEST
Thanks for pointing this out!

The correct comment has been included in the master branch and will be published in the next documentation release.