diff options
Diffstat (limited to 'deco.h')
-rw-r--r-- | deco.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ extern "C" { extern double tolerated_by_tissue[]; extern double buehlmann_N2_t_halflife[]; +extern double tissue_inertgas_saturation[16]; +extern double buehlmann_inertgas_a[16], buehlmann_inertgas_b[16]; +extern double gf_low_pressure_this_dive; + #ifdef __cplusplus } |