From 39d55597b00ba43df7be17ad69db9aedcdc0889d Mon Sep 17 00:00:00 2001 From: Chris Keckler Date: Wed, 24 Jan 2024 20:14:16 +0000 Subject: [PATCH] Disambiguate the implementations for R_ARMI_SHUFFLE_STATIONARY --- armi/physics/fuelCycle/fuelHandlers.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/armi/physics/fuelCycle/fuelHandlers.py b/armi/physics/fuelCycle/fuelHandlers.py index a70c14517..7391cd832 100644 --- a/armi/physics/fuelCycle/fuelHandlers.py +++ b/armi/physics/fuelCycle/fuelHandlers.py @@ -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 @@ -847,7 +847,7 @@ def dischargeSwap(self, incoming, outgoing): outgoing : :py:class:`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