mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:26:17 +00:00
cleanup: move the inertgas enum from qthelper.hpp to deco.c
There are no outside users. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
123937901f
commit
33b4ecf055
2 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -10,7 +10,6 @@ struct picture;
|
|||
|
||||
// 1) Types
|
||||
|
||||
enum inertgas {N2, HE};
|
||||
enum watertypes {FRESHWATER, BRACKISHWATER, EN13319WATER, SALTWATER, DC_WATERTYPE};
|
||||
|
||||
// 2) Functions visible only to C++ parts
|
||||
|
|
Loading…
Add table
Reference in a new issue