Skip to content

Commit

Permalink
Back in black
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandermote committed Aug 15, 2024
1 parent 6f22999 commit f365013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcdc/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1266,7 +1266,7 @@ def dd_mergetally(mcdc, data):
ind_z = zi + dz * zlen
buff_idx = ind_x + ind_y + ind_z
# place tally value in correct position
buff[:,buff_idx] = dd_tally[:,tally_idx]
buff[:, buff_idx] = dd_tally[:, tally_idx]
tally_idx += 1
# replace old tally with reorganized tally
dd_tally = buff
Expand Down

0 comments on commit f365013

Please sign in to comment.