Picking up an additional suggestion from @paulromano

Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
Patrick Shriwise 2023-01-12 23:49:31 -06:00 committed by GitHub
parent 4195d1e8ca
commit 55138aa144
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ def model():
root_cell, _ = regular_mesh.build_cells()
geometry = openmc.Geometry(root=[root_cell])
geometry = openmc.Geometry([root_cell])
# set boundary conditions of the root cell
for surface in root_cell.region.get_surfaces().values():