mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Add missing versionadded directives
This commit is contained in:
parent
adbc9e0537
commit
02f1815299
10 changed files with 37 additions and 7 deletions
|
|
@ -463,6 +463,8 @@ class Material(IDManagerMixin):
|
|||
def remove_element(self, element):
|
||||
"""Remove an element from the material
|
||||
|
||||
.. versionadded:: 0.13.1
|
||||
|
||||
Parameters
|
||||
----------
|
||||
element : str
|
||||
|
|
@ -918,7 +920,7 @@ class Material(IDManagerMixin):
|
|||
Returns
|
||||
-------
|
||||
Union[dict, float]
|
||||
If by_nuclide is True then a dictionary whose keys are nuclide
|
||||
If by_nuclide is True then a dictionary whose keys are nuclide
|
||||
names and values are activity is returned. Otherwise the activity
|
||||
of the material is returned as a float.
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue