mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
moved parameters below 0.13.1 directive
This commit is contained in:
parent
474f0742ba
commit
cacf279fc8
1 changed files with 4 additions and 4 deletions
|
|
@ -829,16 +829,16 @@ class Material(IDManagerMixin):
|
|||
"""Returns one or all nuclides in the material and their atomic
|
||||
densities in units of atom/b-cm
|
||||
|
||||
.. versionchanged:: 0.13.1
|
||||
The values in the dictionary were changed from a tuple containing
|
||||
the nuclide name and the density to just the density.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
nuclides : str, optional
|
||||
Nuclide for which atom density is desired. If not specified, the
|
||||
atom density for each nuclide in the material is given.
|
||||
|
||||
.. versionchanged:: 0.13.1
|
||||
The values in the dictionary were changed from a tuple containing
|
||||
the nuclide name and the density to just the density.
|
||||
|
||||
Returns
|
||||
-------
|
||||
nuclides : dict
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue