Skip to content

Commit

Permalink
Add missing ausgab flag before photonuclear event
Browse files Browse the repository at this point in the history
  • Loading branch information
ftessier committed Feb 7, 2023
1 parent bc36b31 commit 70a7789
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions HEN_HOUSE/user_codes/dosrznrc/dosrznrc.mortran
Original file line number Diff line number Diff line change
Expand Up @@ -2605,6 +2605,7 @@ write(6,*) 'flagged all photon intereaction types';
iausfl(21) = 1; "After photoelectric"
iausfl(24) = 1; "Before Rayleigh"
iausfl(25) = 1; "After Rayleigh"
iausfl(30) = 1; "Before Photonuclear"
iausfl(31) = 1; "After Photonuclear"
]
ELSE [ DO j=1,$MXREG [ iefl(j) = 0; ] ]
Expand Down

0 comments on commit 70a7789

Please sign in to comment.