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 ----------