diff options
Diffstat (limited to 'core/deco.c')
| -rw-r--r-- | core/deco.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/deco.c b/core/deco.c index dc93ea265..c649c4227 100644 --- a/core/deco.c +++ b/core/deco.c @@ -30,6 +30,7 @@ #include "planner.h" #include "qthelper.h" +enum inertgas { N2, HE }; #define cube(x) (x * x * x) // Subsurface until v4.6.2 appeared to produce marginally less conservative plans than our benchmarks. |