From d3cc8e5fcb1f83206e372baa657b3d51a7f6496c Mon Sep 17 00:00:00 2001 From: John Stilley <1831479+john-science@users.noreply.github.com> Date: Fri, 11 Oct 2024 10:00:35 -0700 Subject: [PATCH] Removing defunct comment from getPinCoordinates (#1931) --- armi/reactor/blocks.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/armi/reactor/blocks.py b/armi/reactor/blocks.py index 918108a5d..c2e7466b3 100644 --- a/armi/reactor/blocks.py +++ b/armi/reactor/blocks.py @@ -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):