From 0ee6a6169cb05ab3d79f57766533a9c0a69e57b1 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Tue, 31 May 2016 06:47:27 -0500 Subject: [PATCH] Fix typo --- openmc/lattice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/lattice.py b/openmc/lattice.py index 0277d50cb..7690104c7 100644 --- a/openmc/lattice.py +++ b/openmc/lattice.py @@ -654,7 +654,7 @@ class HexLattice(Lattice): are assigned an index corresponding to their position relative to skewed :math:`(x,\alpha,z)` axes as described fully in :ref:`hexagonal_indexing`. However, note that when universes are assigned to - lattice elements using the :attr:`RectLattice.universes` property, the array + lattice elements using the :attr:`HexLattice.universes` property, the array indices do not correspond to natural indices. Parameters