mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 22:26:08 -04:00
Adding new interpolation entry.
This commit is contained in:
parent
bdf73abb06
commit
d78a9b1885
2 changed files with 3 additions and 2 deletions
|
|
@ -318,7 +318,8 @@ enum class Interpolation {
|
|||
lin_lin = 2,
|
||||
lin_log = 3,
|
||||
log_lin = 4,
|
||||
log_log = 5
|
||||
log_log = 5,
|
||||
cubic = 6
|
||||
};
|
||||
|
||||
enum class RunMode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue