Skip to content

Commit

Permalink
add versionadded
Browse files Browse the repository at this point in the history
  • Loading branch information
yardasol committed Jul 20, 2023
1 parent 5976d2b commit f3b822e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openmc/deplete/coupled_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ def _remove_decay_nuclides(
""" Remove any decay-only nuclides (nuclides in the chain file without
cross section data) from the specified materials,
.. versionadded:: 0.13.4
Parameters
----------
material_ids : list of str
Expand Down Expand Up @@ -470,6 +472,8 @@ def _add_decay_nuclides(
material_decay_nuclides: Dict[str, List[Tuple[str, float, str]]]):
"""Add decay-only nuclides to the specified materials
.. versionadded:: 0.13.4
Parameters
----------
material_ids : list of str
Expand Down

0 comments on commit f3b822e

Please sign in to comment.