mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Respond to comments on #692 and make a few little fixes
This commit is contained in:
parent
a15e493dab
commit
d8b9d78a23
5 changed files with 17 additions and 6 deletions
|
|
@ -97,7 +97,7 @@ class Tabulated1D(object):
|
|||
|
||||
if self.interpolation[k] == 1:
|
||||
# Histogram
|
||||
y[contined] = yi
|
||||
y[contained] = yi
|
||||
|
||||
elif self.interpolation[k] == 2:
|
||||
# Linear-linear
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue