mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Picking up an additional suggestion from @paulromano
Co-authored-by: Paul Romano <paul.k.romano@gmail.com>
This commit is contained in:
parent
4195d1e8ca
commit
55138aa144
1 changed files with 1 additions and 1 deletions
|
|
@ -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():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue