Skip to content

Commit

Permalink
Update armi/physics/fuelCycle/fuelHandlers.py
Browse files Browse the repository at this point in the history
Co-authored-by: bsculac <[email protected]>
  • Loading branch information
keckler and bsculac authored Jan 24, 2024
1 parent 60f6334 commit 46de12d
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 @@ -744,9 +744,9 @@ def swapAssemblies(self, a1, a2):
checked to make sure that both assemblies have the same number
and same height of stationary blocks. If not, return an error.
If all checks pass, use the :py:meth:`~armi.reactor.assemblies.Assembly.remove`
If all checks pass, the :py:meth:`~armi.reactor.assemblies.Assembly.remove`
and :py:meth:`~armi.reactor.assemblies.Assembly.insert``
methods to swap the stationary blocks between the two assemblies.
methods are used to swap the stationary blocks between the two assemblies.
Once this process is complete, the actual assembly movement can take
place. Through this process, the stationary blocks remain in the same
Expand Down

0 comments on commit 46de12d

Please sign in to comment.