From ed24b2343a1afa7488673230b3a49eecaaeb47b5 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 29 Sep 2022 22:05:23 -0500 Subject: [PATCH] typo fix --- openmc/universe.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmc/universe.py b/openmc/universe.py index a326ca812c..0c8a26a483 100644 --- a/openmc/universe.py +++ b/openmc/universe.py @@ -647,7 +647,7 @@ class DAGMCUniverse(UniverseBase): bounding_box : 2-tuple of numpy.array Lower-left and upper-right coordinates of an axis-aligned bounding box of the universe. - material_name : list of str + material_names : list of str Return a sorted list of materials names that are contained within the DAGMC h5m file. This is useful when naming openmc.Material() objects as each material name present in the DAGMC h5m file must have a