mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Update docstring
custom source -> custom source library
This commit is contained in:
parent
cf656032f7
commit
9435020197
1 changed files with 2 additions and 2 deletions
|
|
@ -23,7 +23,7 @@ class Source:
|
|||
library : str
|
||||
Path to a custom source library
|
||||
parameters : str
|
||||
Parameters to be provided to the custom source
|
||||
Parameters to be provided to the custom source library
|
||||
|
||||
.. versionadded:: 0.12
|
||||
strength : float
|
||||
|
|
@ -44,7 +44,7 @@ class Source:
|
|||
library : str or None
|
||||
Path to a custom source library
|
||||
parameters : str
|
||||
Parameters to be provided to the custom source
|
||||
Parameters to be provided to the custom source library
|
||||
strength : float
|
||||
Strength of the source
|
||||
particle : {'neutron', 'photon'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue