mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Changed "lattice" to "surface" in docstring
This commit is contained in:
parent
44d99935d1
commit
ce5e30b498
1 changed files with 2 additions and 2 deletions
|
|
@ -281,14 +281,14 @@ class Geometry(object):
|
|||
Parameters
|
||||
----------
|
||||
surfaces: collections.OrderedDict
|
||||
Dictionary mapping lattice IDs to :class:`openmc.Surface` instances
|
||||
Dictionary mapping surface IDs to :class:`openmc.Surface` instances
|
||||
|
||||
region: openmc.surface.Region
|
||||
The region of space defined by Surfaces
|
||||
Returns
|
||||
-------
|
||||
collections.OrderedDict
|
||||
Dictionary mapping lattice IDs to :class:`openmc.Surface` instances
|
||||
Dictionary mapping surface IDs to :class:`openmc.Surface` instances
|
||||
|
||||
"""
|
||||
if isinstance(region, openmc.Halfspace):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue