Skip to content

Commit

Permalink
Removing defunct comment from getPinCoordinates (#1931)
Browse files Browse the repository at this point in the history
  • Loading branch information
john-science authored Oct 11, 2024
1 parent f8d3632 commit d3cc8e5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions armi/reactor/blocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -1569,11 +1569,6 @@ def getPinCoordinates(self):
-------
localCoordinates : list
list of (x,y,z) pairs representing each pin in the order they are listed as children
Notes
-----
This assumes hexagonal pin lattice and needs to be upgraded once more generic geometry
options are needed. Only works if pins have clad.
"""
coords = []
for clad in self.getChildrenWithFlags(Flags.CLAD):
Expand Down

0 comments on commit d3cc8e5

Please sign in to comment.