Skip to content

Commit

Permalink
Disambiguate the implementations for R_ARMI_SHUFFLE_STATIONARY
Browse files Browse the repository at this point in the history
  • Loading branch information
keckler committed Jan 24, 2024
1 parent 11d2c6a commit 39d5559
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions armi/physics/fuelCycle/fuelHandlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ def swapAssemblies(self, a1, a2):
each other. This will also update the ``childrenByLocator`` list on the
core as well as the assembly parameters ``numMoves`` and ``daysSinceLastMove``.
.. impl:: User-specified blocks can be left in place and not moved.
.. impl:: User-specified blocks can be left in place during within-core swaps.
:id: I_ARMI_SHUFFLE_STATIONARY0
:implements: R_ARMI_SHUFFLE_STATIONARY
Expand Down Expand Up @@ -847,7 +847,7 @@ def dischargeSwap(self, incoming, outgoing):
outgoing : :py:class:`Assembly <armi.reactor.assemblies.Assembly>`
The assembly getting discharged out the core.
.. impl:: User-specified blocks can be left in place and not moved.
.. impl:: User-specified blocks can be left in place for the discharge swap.
:id: I_ARMI_SHUFFLE_STATIONARY1
:implements: R_ARMI_SHUFFLE_STATIONARY
Expand Down

0 comments on commit 39d5559

Please sign in to comment.