mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Fixed get_all_surfaces() docstring too
This commit is contained in:
parent
ce5e30b498
commit
73888b223d
1 changed files with 1 additions and 1 deletions
|
|
@ -265,7 +265,7 @@ class Geometry(object):
|
|||
Returns
|
||||
-------
|
||||
collections.OrderedDict
|
||||
Dictionary mapping lattice IDs to :class:`openmc.Surface` instances
|
||||
Dictionary mapping surface IDs to :class:`openmc.Surface` instances
|
||||
|
||||
"""
|
||||
surfaces = OrderedDict()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue