Skip to content

Commit ab341a6

Browse files
committed
Fix #1253: missing RZ iaea phsp macros
Fix missing initialization of variables for IAEA phase-spaces in the RZ codes. While this didn't result in a crash, it did result in a bug where all particles were assigned a charge of 0 during the transport.
1 parent a1edf9a commit ab341a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

HEN_HOUSE/utils/srcrz.mortran

+2
Original file line numberDiff line numberDiff line change
@@ -2109,6 +2109,8 @@ ELSEIF((ISOURC = 21) | (ISOURC = 22))["full phase space"
21092109
]
21102110

21112111

2112+
$INIT_PHSP_COUNTERS;
2113+
21122114
RETURN;
21132115

21142116
"************************************************************************

0 commit comments

Comments
 (0)