Mercurial > public > mk2
changeset 741:c498d6972087
minor cleanup
author | heinrichsweikamp |
---|---|
date | Sun, 04 Aug 2013 18:14:05 +0200 |
parents | 7b1af8fc308d |
children | 69c9a8c41b94 |
files | code_part1/OSTC_code_c_part2/p2_deco.c |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/code_part1/OSTC_code_c_part2/p2_deco.c Tue Jul 09 11:56:00 2013 +0200 +++ b/code_part1/OSTC_code_c_part2/p2_deco.c Sun Aug 04 18:14:05 2013 +0200 @@ -221,7 +221,6 @@ static float float_saturation_multiplier; // new in v.101 static float float_desaturation_multiplier; // new in v.101 static float float_deco_distance; // new in v.101 -static char flag_in_divemode; // new in v.108 static unsigned char deco_gas_change[NUM_GAS]; // new in v.109 @@ -998,7 +997,6 @@ static void clear_tissue(void) { overlay float p; - flag_in_divemode = 0; // Kludge: the 0.0002 of 0.7902 are missing with standard air. N2_ratio = 0.7902;