mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
indented to the level
small fixes
This commit is contained in:
parent
ccf9ec1dbd
commit
db0d5abbf4
1 changed files with 3 additions and 3 deletions
|
|
@ -159,9 +159,9 @@ def create_macro_dict(xs_micro):
|
|||
xs_macro[t][r] = {}
|
||||
for n, v in d2.items():
|
||||
temp.append(d2[n])
|
||||
# The name 'macro' is needed to store data at the same level
|
||||
# of a xs_macro dictionary as for xs_micro and use it in
|
||||
# function build_openmc_xs_lib
|
||||
# The name 'macro' is needed to store data at the same level
|
||||
# of a xs_macro dictionary as for xs_micro and use it in
|
||||
# function build_openmc_xs_lib
|
||||
xs_macro[t][r]['macro'] = sum(temp)
|
||||
return xs_macro
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue