mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 13:45:36 -04:00
Correction to str literal 'linear-linear'
This commit is contained in:
parent
35aa433b9a
commit
fd7683fe31
1 changed files with 2 additions and 1 deletions
|
|
@ -1992,8 +1992,9 @@ class EnergyFunctionFilter(Filter):
|
|||
'log-log Tabulated1Ds are supported')
|
||||
out = cls(tab1d.x, tab1d.y)
|
||||
|
||||
# set interpolation type
|
||||
if tab1d.interpolation[0] == 2:
|
||||
out.interpolation = 'linear-lienar'
|
||||
out.interpolation = 'linear-linear'
|
||||
elif tab1d.interpolation[0] == 3:
|
||||
out.interpolation = 'linear-log'
|
||||
elif tab1d.interpolation[0] == 4:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue