Skip to content

Commit

Permalink
remove BOL assemblies
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehader committed Jul 20, 2022
1 parent 7cc08a6 commit a2e9b21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion armi/reactor/converters/axialExpansionChanger.py
Expand Up @@ -308,7 +308,7 @@ def manageCoreMesh(self, r):
# loop through again now that the reference is adjusted and adjust the non-fuel assemblies.
refAssem = r.core.refAssem
axMesh = refAssem.getAxialMesh()
for a in r.core.getAssemblies(includeBolAssems=True):
for a in r.core.getAssemblies():
# See ARMI Ticket #112 for explanation of the commented out code
a.setBlockMesh(
axMesh
Expand Down

0 comments on commit a2e9b21

Please sign in to comment.