indented to the level

small fixes
This commit is contained in:
dryuri92 2020-03-23 14:14:55 +03:00 committed by GitHub
parent ccf9ec1dbd
commit db0d5abbf4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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