Skip to content

Commit

Permalink
Fixing duplicate IDs
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science committed Nov 30, 2023
1 parent 3da95f6 commit 0ba2a00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/assemblyBlueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ class MaterialModifications(yamlize.Map):
the keys/values underneath the name of a specific component in the block.
.. impl:: User-impact on material definitions.
:id: I_ARMI_MAT_USER_INPUT
:id: I_ARMI_MAT_USER_INPUT0
:implements: R_ARMI_MAT_USER_INPUT
"""

Expand Down
2 changes: 1 addition & 1 deletion armi/reactor/blueprints/componentBlueprint.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def construct(self, blueprint, matMods):
"""Construct a component or group.
.. impl:: User-defined on material alterations are applied here.
:id: I_ARMI_MAT_USER_INPUT
:id: I_ARMI_MAT_USER_INPUT1
:implements: R_ARMI_MAT_USER_INPUT
"""
runLog.debug("Constructing component {}".format(self.name))
Expand Down

0 comments on commit 0ba2a00

Please sign in to comment.