Skip to content

Commit

Permalink
Small documentation update
Browse files Browse the repository at this point in the history
  • Loading branch information
whaeck committed Aug 8, 2024
1 parent d979b11 commit 93a32e8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/dryad/format/endf/createReactionProduct.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ namespace endf {
* @param[in] projectile the projectile identifier
* @param[in] target the target identifier
* @param[in] product the MF26 reaction product data
* @param[in] mt the ENDF MT number
*/
ReactionProduct
createReactionProduct( const id::ParticleID& projectile, const id::ParticleID& target,
Expand All @@ -66,6 +67,7 @@ namespace endf {
case 1 : {

// ENDF/B-VIII.0 erroneously uses 11 for the gamma identifier in MF26 MT527
// LAW = 1 is only used for the outgoing gamma, the electron uses LAW = 8
if ( ( mt == 527 ) && ( id == "e-" ) ) {

id = createProductIdentifier( 0, 0, false );
Expand Down

0 comments on commit 93a32e8

Please sign in to comment.