Mercurial > public > hwos_code
diff src/shared_definitions.h @ 210:7dbc1d780ca5
do not clear char_O_deco_gas in copy_deco_table
author | heinrichsweikamp |
---|---|
date | Sun, 07 Dec 2014 23:04:16 +0100 |
parents | 9e856337b225 |
children | f0828110d864 |
line wrap: on
line diff
--- a/src/shared_definitions.h Sun Dec 07 18:03:05 2014 +0100 +++ b/src/shared_definitions.h Sun Dec 07 23:04:16 2014 +0100 @@ -75,6 +75,7 @@ bank3 udata_ovr 0x300 #endif + #ifdef xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Define model dimensions. NUM_COMP is the number of compartiments in the Bühlmann ZH-L16 model, ie 16. @@ -154,8 +155,6 @@ VAR_UCHAR (char_I_dive_interval); // Delay before next dive simulation. VAR_UCHAR (char_I_const_ppO2); // new in v.101 -TAB_UCHAR (char_I_deco_enable, NUM_GAS); // new in v.101 - TAB_UCHAR (char_I_deco_gas_change,NUM_GAS); // new in v.101 TAB_UCHAR (char_I_dil_change,NUM_GAS); // Must be placed after char_I_deco_gas_change!