Skip to content

Commit

Permalink
Remove assembly heightHere update
Browse files Browse the repository at this point in the history
  • Loading branch information
jakehader committed Sep 14, 2022
1 parent 290ef31 commit 586e1de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions armi/reactor/assemblies.py
Expand Up @@ -955,8 +955,6 @@ def getBlocksBetweenElevations(self, zLower, zUpper):
top = min(b.p.ztop, zUpper)
bottom = max(b.p.zbottom, zLower)
heightHere = top - bottom
if not heightHere:
continue

# Filter out blocks that have an extremely small height fraction
if heightHere / b.getHeight() > EPS:
Expand Down

0 comments on commit 586e1de

Please sign in to comment.