Problem 2055 - comments regarding epsilons in Listing 4.13 on page 163 seem reversed
Summary: comments regarding epsilons in Listing 4.13 on page 163 seem reversed
Status: CLOSED FIXED
Alias: None
Product: Documentation
Classification: Unclassified
Component: Application Developers Guide (show other problems)
Version: 10.4
Hardware: All All
: P4 normal
Assignee: alexander.howard
URL:
Depends on:
Blocks:
 
Reported: 2018-04-11 17:21 CEST by Krzysztof Genser
Modified: 2018-04-25 15:41 CEST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this problem.
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.