diff code_part1/OSTC_code_asm_part1/shared_definitions.h @ 757:50ed645c251d

CHANGE: save gas used during deco
author jDG
date Sun, 03 Nov 2013 13:37:04 +0100
parents 8466932a2fcf
children b0c96aaa86e4
line wrap: on
line diff
--- a/code_part1/OSTC_code_asm_part1/shared_definitions.h	Wed Oct 30 14:46:26 2013 +0100
+++ b/code_part1/OSTC_code_asm_part1/shared_definitions.h	Sun Nov 03 13:37:04 2013 +0100
@@ -113,6 +113,7 @@
 VAR_UCHAR (char_O_first_deco_time) ;        // Duration of first stop.
 TAB_UCHAR (char_O_deco_depth, NUM_STOPS);   // Fusionned decompression table:
 TAB_UCHAR (char_O_deco_time,  NUM_STOPS);   // Both ZH-L16 and L16-GF models.
+TAB_UCHAR (char_O_deco_gas,   NUM_STOPS);   // Both ZH-L16 and L16-GF models.
 TAB_UCHAR (char_O_deco_time_for_log, NUM_STOPS); // For logging the full decoplan
 
 TAB_UCHAR (char_O_tissue_N2_saturation, NUM_COMP); // Nitrogen compartiment desaturation time, in min.