mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
fix output variable type in docstring for HexLattice.from_hdf5
This commit is contained in:
parent
2f068863d0
commit
f72dbe68e1
1 changed files with 2 additions and 2 deletions
|
|
@ -2056,8 +2056,8 @@ class HexLattice(Lattice):
|
|||
|
||||
Returns
|
||||
-------
|
||||
openmc.RectLattice
|
||||
Rectangular lattice
|
||||
openmc.HexLattice
|
||||
Hexagonal lattice
|
||||
|
||||
"""
|
||||
n_rings = group['n_rings'][()]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue