mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
commit
c8ffe9cfd0
2 changed files with 6 additions and 1 deletions
|
|
@ -66,6 +66,11 @@ class Cell(_FortranObjectWithID):
|
|||
|
||||
Parameters
|
||||
----------
|
||||
uid : int or None
|
||||
Unique ID of the cell
|
||||
new : bool
|
||||
When `index` is None, this argument controls whether a new object is
|
||||
created or a view to an existing object is returned.
|
||||
index : int
|
||||
Index in the `cells` array.
|
||||
|
||||
|
|
|
|||
|
|
@ -74,7 +74,7 @@ class Material(_FortranObjectWithID):
|
|||
Parameters
|
||||
----------
|
||||
uid : int or None
|
||||
Unique ID of the tally
|
||||
Unique ID of the material
|
||||
new : bool
|
||||
When `index` is None, this argument controls whether a new object is
|
||||
created or a view to an existing object is returned.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue