mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Use gradient factors in deco calculation
Usually dive computers show the ceiling in terms of the next deco stop - and those are in 3m increments. This commit also adds the ability to chose either the typical 3m increments or the smooth ceiling that the Bühlmann algorithm actually calculates. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
aab67e2a5b
commit
5ba250bd48
5 changed files with 86 additions and 13 deletions
|
@ -41,6 +41,7 @@ struct preferences {
|
|||
partial_pressure_graphs_t pp_graphs;
|
||||
gboolean profile_red_ceiling;
|
||||
gboolean profile_calc_ceiling;
|
||||
gboolean calc_ceiling_3m_incr;
|
||||
};
|
||||
|
||||
extern struct preferences prefs;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue