mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Add missing versionadded directives
This commit is contained in:
parent
adbc9e0537
commit
02f1815299
10 changed files with 37 additions and 7 deletions
|
|
@ -178,6 +178,8 @@ def kalbach_slope(energy_projectile, energy_emitted, za_projectile,
|
|||
energies are not calculated with the AWR number, but approximated with
|
||||
the number of mass instead.
|
||||
|
||||
.. versionadded:: 0.13.1
|
||||
|
||||
Parameters
|
||||
----------
|
||||
energy_projectile : float
|
||||
|
|
@ -593,6 +595,9 @@ class KalbachMann(AngleEnergy):
|
|||
If the projectile is a neutron, the slope is calculated when it is
|
||||
not given explicitly.
|
||||
|
||||
.. versionchanged:: 0.13.1
|
||||
Arguments changed to accommodate slope calculation
|
||||
|
||||
Parameters
|
||||
----------
|
||||
file_obj : file-like object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue