mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Adding missing docstring
This commit is contained in:
parent
7ea116c89f
commit
66ff5b873d
1 changed files with 4 additions and 1 deletions
|
|
@ -1875,6 +1875,9 @@ class EnergyFunctionFilter(Filter):
|
|||
A grid of energy values in [eV]
|
||||
y : iterable of Real
|
||||
A grid of interpolant values in [eV]
|
||||
interpolation : str
|
||||
The type of interpolation to be used.
|
||||
One of ('linear-linear', 'log-log')
|
||||
filter_id : int
|
||||
Unique identifier for the filter
|
||||
|
||||
|
|
@ -1885,7 +1888,7 @@ class EnergyFunctionFilter(Filter):
|
|||
y : iterable of Real
|
||||
A grid of interpolant values in [eV]
|
||||
interpolation : str
|
||||
Used to indicate the type of interpolation used.
|
||||
The type of interpolation to be used.
|
||||
One of ('linear-linear', 'log-log')
|
||||
id : int
|
||||
Unique identifier for the filter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue