Re-order the constants in the dc_deco_type_t enum.

The SAFETYSTOP is conceptually somewhere in between the NDL and the
DECOSTOP, so it makes sense to re-order the constants in the enum to
reflect this order.
This commit is contained in:
Jef Driesen 2013-01-02 15:29:22 +01:00
parent 10ae594b1f
commit cab84fa2f8

View File

@ -109,9 +109,9 @@ typedef enum dc_water_t {
typedef enum dc_deco_type_t {
DC_DECO_NDL,
DC_DECO_SAFETYSTOP,
DC_DECO_DECOSTOP,
DC_DECO_DEEPSTOP,
DC_DECO_SAFETYSTOP
DC_DECO_DEEPSTOP
} dc_deco_type_t;
typedef struct dc_salinity_t {