mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Add versionadded directive for new arguments/functions in 0.12
This commit is contained in:
parent
5012c6b0ce
commit
5547ecf88f
20 changed files with 107 additions and 7 deletions
|
|
@ -31,8 +31,9 @@ class DataLibrary(EqualityMixin):
|
|||
name : str
|
||||
Name of material, e.g. 'Am241'
|
||||
data_type : str
|
||||
Name of data type, e.g. 'neutron', 'photon', 'wmp',
|
||||
or 'thermal'
|
||||
Name of data type, e.g. 'neutron', 'photon', 'wmp', or 'thermal'
|
||||
|
||||
.. versionadded:: 0.12
|
||||
|
||||
Returns
|
||||
-------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue