From 58222a7ded7bf4c8cf2c7cd8d2bae54e8fbb8500 Mon Sep 17 00:00:00 2001 From: Patrick Shriwise Date: Thu, 4 Mar 2021 15:30:00 -0600 Subject: [PATCH] Correcting docstrings on the DAGMC Universe class. --- openmc/universe.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/openmc/universe.py b/openmc/universe.py index c3f4e36ced..59a41a44f1 100644 --- a/openmc/universe.py +++ b/openmc/universe.py @@ -641,8 +641,9 @@ class DAGMCUniverse(UniverseBase): automatically be assigned name : str, optional Name of the universe. If not specified, the name is the empty string. - cells : Iterable of openmc.Cell, optional - Cells to add to the universe. By default no cells are added. + auto_ids : bool + Set IDs automatically on initialization (True) or report overlaps + in ID space between CSG and DAGMC (False) Attributes ----------