Dear Geant4 developers, In RDM, the definitions of the different radioactive decay modes can be found in G4RadioactiveDecayMode.hh. However, the index used in the branch ratio could be different from the number in G4RadioactiveDecayMode.hh. This will cause the problem for some new added decay modes, for example, the Triton decay. So in this PR, the index numbers are all replaced by the enum defined in G4RadioactiveDecayMode.hh. Please find the patches in the Geant4 GitHub: https://github.com/Geant4/geant4/pull/26 Thank you! Tao
Fix implemented by Alberto Ribon.