From 2573c5deeaa433d4ad875f991acf29cfefbd735e Mon Sep 17 00:00:00 2001 From: Giud Date: Tue, 21 Jan 2020 15:56:50 -0500 Subject: [PATCH] Update openmc/lattice.py Co-Authored-By: Sterling Harper --- openmc/lattice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/lattice.py b/openmc/lattice.py index 6f845ab16..7eae8ff5a 100644 --- a/openmc/lattice.py +++ b/openmc/lattice.py @@ -790,7 +790,7 @@ class RectLattice(Lattice): Parameters ---------- - strategy : str + strategy : {'degenerate', 'lns'} Which strategy to adopt when discretizing the lattice universes_to_ignore : Iterable of Universe Lattice universes that need not be discretized