mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
concise doc string
This commit is contained in:
parent
cee93b82b1
commit
2ca0fafea0
1 changed files with 0 additions and 5 deletions
|
|
@ -1240,11 +1240,6 @@ class Chain:
|
|||
def get_decay_daughters(self, nuclide):
|
||||
"""Return all radioactive nuclides reachable via decay.
|
||||
|
||||
Unlike :meth:`reduce`, this follows only decay paths (not
|
||||
reactions such as neutron capture) and returns a set of nuclide
|
||||
names rather than a new :class:`Chain`. Stable nuclides are not
|
||||
included in the result.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
nuclide : str
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue