mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Removed unused structure definition in deco.c
Leftover from the initial implementation. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
39a79e0c46
commit
3ab27e65e8
1 changed files with 0 additions and 5 deletions
5
deco.c
5
deco.c
|
@ -29,11 +29,6 @@ struct buehlmann_config {
|
||||||
double gf_low_position_min; //! gf_low_position below surface_min_shallow.
|
double gf_low_position_min; //! gf_low_position below surface_min_shallow.
|
||||||
};
|
};
|
||||||
struct buehlmann_config buehlmann_config = { 1.0, 1.01, 0, 0.75, 0.35, 2.0 };
|
struct buehlmann_config buehlmann_config = { 1.0, 1.01, 0, 0.75, 0.35, 2.0 };
|
||||||
struct dive_data {
|
|
||||||
double pressure; //! pesent ambient pressure
|
|
||||||
double surface; //! pressure at water surface
|
|
||||||
struct gasmix *gasmix; //! current selected gas
|
|
||||||
};
|
|
||||||
|
|
||||||
const double buehlmann_N2_a[] = {1.1696, 1.0, 0.8618, 0.7562,
|
const double buehlmann_N2_a[] = {1.1696, 1.0, 0.8618, 0.7562,
|
||||||
0.62, 0.5043, 0.441, 0.4,
|
0.62, 0.5043, 0.441, 0.4,
|
||||||
|
|
Loading…
Add table
Reference in a new issue