Get rid of ERROR_INT and use 0 for "no surface"

This commit is contained in:
Paul Romano 2019-03-14 14:47:42 -05:00
parent 492d984525
commit 0fbe024e11
3 changed files with 4 additions and 6 deletions

View file

@ -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 {