This commit is contained in:
Patrick Shriwise 2022-08-06 06:20:11 -05:00
parent d3535a521e
commit 98f5da737f

View file

@ -785,7 +785,7 @@ class DAGMCUniverse(UniverseBase):
Universe instance
"""
bounding_cell = openmc.Cell(fill=self, cell_id =bounding_cell_id, region=self.bounding_region(**kwargs))
bounding_cell = openmc.Cell(fill=self, cell_id=bounding_cell_id, region=self.bounding_region(**kwargs))
return openmc.Universe(cells=[bounding_cell])
@classmethod