mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 05:35:49 -04:00
Rename summed -> redundant to make ENDF language
This commit is contained in:
parent
9d335ec918
commit
dfd7bb9437
10 changed files with 67 additions and 66 deletions
|
|
@ -621,7 +621,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"There is also `summed_reactions` attribute for cross sections (like total) which are built from summing up other cross sections."
|
||||
"There is also `redundant_reactions` attribute for cross sections (like total) which are built from summing up other cross sections."
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
@ -640,7 +640,7 @@
|
|||
}
|
||||
],
|
||||
"source": [
|
||||
"pprint(list(gd157.summed_reactions.values()))"
|
||||
"pprint(list(gd157.redundant_reactions.values()))"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue