CRPropa / CRPropa3

CRPropa is a public astrophysical simulation framework for propagating extraterrestrial ultra-high energy particles. https://crpropa.github.io/CRPropa3/
https://crpropa.desy.de
GNU General Public License v3.0
65 stars 66 forks source link

tests for EMPairProduction occasionally fail #456

Open rafaelab opened 7 months ago

rafaelab commented 7 months ago

testInteractions fails sometimes, for some compiler. The problem is usually in EMPairProduction. The (probable) reason is that it expects 2 secondaries to be created, which is done by performInteraction. However, step-size limitation prevents performInteraction from being called.