Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #1018: Number of brems events miscounted for DBS in BEAMnrc #1019

Merged
merged 2 commits into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions HEN_HOUSE/omega/beamnrc/beamnrc.mortran
Original file line number Diff line number Diff line change
Expand Up @@ -6422,6 +6422,9 @@ ELSEIF(IBRSPL=2) ["directional bremsstrahlung splitting"
ZLAST(I)=Z(I);
]
]

NUM_BREM=count_nbrem;

rtownson marked this conversation as resolved.
Show resolved Hide resolved
" now put a zero weight particle on top of the stack thus forcing "
" a return to shower. "
np=np+1;
Expand Down