Skip to content

Commit

Permalink
tally_improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
shac170 committed Mar 7, 2025
1 parent 5086179 commit 3957b66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mcdc/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -1960,7 +1960,6 @@ def score_mesh_tally(P_arr, distance, tally, data, mcdc):
SigmaF = get_MacroXS(XS_FISSION, material, P_arr, mcdc)
score = flux * SigmaF
if score_type == SCORE_NET_CURRENT:
#hello
score = flux*mu
if score_type == SCORE_MU_SQ:
score = flux*mu*mu
Expand Down

0 comments on commit 3957b66

Please sign in to comment.