mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
fixed typo
This commit is contained in:
parent
e63b437662
commit
4e5d9bf596
1 changed files with 1 additions and 1 deletions
|
|
@ -1154,7 +1154,7 @@ class CylindricalMesh(StructuredMesh):
|
|||
domain : {openmc.Cell, openmc.Region, openmc.Universe, openmc.Geometry}
|
||||
The object passed in will be used as a template for this mesh. The
|
||||
bounding box of the property of the object passed will be used to
|
||||
set the The r_grid, z_grid ranges.
|
||||
set the r_grid, z_grid ranges.
|
||||
dimension : Iterable of int
|
||||
The number of equally spaced mesh cells in each direction (r_grid,
|
||||
phi_grid, z_grid)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue