diff --git a/armi/physics/neutronics/globalFlux/globalFluxInterface.py b/armi/physics/neutronics/globalFlux/globalFluxInterface.py index 6130b0450..9aa8e1c2c 100644 --- a/armi/physics/neutronics/globalFlux/globalFluxInterface.py +++ b/armi/physics/neutronics/globalFlux/globalFluxInterface.py @@ -44,10 +44,6 @@ class GlobalFluxInterface(interfaces.Interface): A general abstract interface for global flux-calculating modules. Should be subclassed by more specific implementations. - - .. impl:: Ensure the mesh in the reactor model is appropriate for neutronics solver execution. - :id: I_ARMI_FLUX_GEOM_TRANSFORM - :implements: R_ARMI_FLUX_GEOM_TRANSFORM """ name = "GlobalFlux" # make sure to set this in subclasses @@ -523,6 +519,10 @@ class GlobalFluxExecuter(executers.DefaultExecuter): and copying certain user-defined files back to the working directory on error or completion. Given all these options and possible needs for information from global flux, this class provides a unified interface to everything. + + .. impl:: Ensure the mesh in the reactor model is appropriate for neutronics solver execution. + :id: I_ARMI_FLUX_GEOM_TRANSFORM + :implements: R_ARMI_FLUX_GEOM_TRANSFORM """ def __init__(self, options: GlobalFluxOptions, reactor):