Skip to content

Commit

Permalink
Addressing PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlafleur committed Nov 28, 2023
1 parent 273b4ad commit 69aa669
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class CrossSectionTable(collections.OrderedDict):
the cross sections are returned in barns
.. impl:: Generate cross section table.
:id: I_ARMI_DEPL_TABLES
:id: I_ARMI_DEPL_TABLES0
:implements: R_ARMI_DEPL_TABLES
"""

Expand Down Expand Up @@ -167,6 +167,10 @@ def makeReactionRateTable(obj, nuclides: List = None):
Often useful in support of depletion.
.. impl:: Generate cross section table.
:id: I_ARMI_DEPL_TABLES1
:implements: R_ARMI_DEPL_TABLES
Parameters
----------
nuclides : list, optional
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,10 @@ def makeXsecTable(
"""
Make a cross section table for depletion physics input decks.
.. impl:: Generate cross section table.
:id: I_ARMI_DEPL_TABLES2
:implements: R_ARMI_DEPL_TABLES
Parameters
----------
armiObject: armiObject
Expand Down

0 comments on commit 69aa669

Please sign in to comment.