Rename summed -> redundant to make ENDF language

This commit is contained in:
Paul Romano 2018-09-13 07:18:47 -05:00
parent 9d335ec918
commit dfd7bb9437
10 changed files with 67 additions and 66 deletions

View file

@ -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()))"
]
},
{