mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-28 14:15:42 -04:00
Get rid of ERROR_INT and use 0 for "no surface"
This commit is contained in:
parent
492d984525
commit
0fbe024e11
3 changed files with 4 additions and 6 deletions
|
|
@ -403,8 +403,6 @@ constexpr int LEAKAGE {3};
|
|||
// Miscellaneous
|
||||
constexpr int C_NONE {-1};
|
||||
constexpr int F90_NONE {0}; //TODO: replace usage of this with C_NONE
|
||||
constexpr int ERROR_INT {-2147483647}; // TODO: use <numeric_limits> when F90
|
||||
// interop is gone
|
||||
|
||||
// Interpolation rules
|
||||
enum class Interpolation {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue