mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 06:05:58 -04:00
Update to eff docstring
This commit is contained in:
parent
3c9e359a57
commit
848c0f3e0b
1 changed files with 2 additions and 3 deletions
|
|
@ -1887,9 +1887,8 @@ class EnergyFunctionFilter(Filter):
|
|||
y : iterable of Real
|
||||
A grid of interpolant values in [eV]
|
||||
interpolation : str
|
||||
The type of interpolation to be used. One of
|
||||
('histogram', 'linear-linear', 'linear-log', 'log-linear',
|
||||
'log-log', 'quadratic', 'cubic')
|
||||
Interpolation scheme: {'histogram', 'linear-linear', 'linear-log',
|
||||
'log-linear', 'log-log', 'quadratic', 'cubic'}
|
||||
id : int
|
||||
Unique identifier for the filter
|
||||
num_bins : Integral
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue