Merge pull request #1758 from mkreher13/develop

Docstring cleanup
This commit is contained in:
Paul Romano 2021-02-10 07:29:38 -06:00 committed by GitHub
commit c8ffe9cfd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View file

@ -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.

View file

@ -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.