Skip to content

Commit

Permalink
Responding to comments
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 30, 2023
1 parent 0ba2a00 commit 4a32701
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions armi/reactor/blueprints/isotopicOptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,10 @@ class CustomIsotopic(yamlize.Map):
"""
User specified, custom isotopics input defined by a name (such as MOX), and key/pairs of nuclide names and numeric
values consistent with the ``input format``.
.. impl:: Certain material modifications will be applied using this code.
:id: I_ARMI_MAT_USER_INPUT2
:implements: R_ARMI_MAT_USER_INPUT
"""

key_type = yamlize.Typed(str)
Expand Down

0 comments on commit 4a32701

Please sign in to comment.