mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Show ceilings for individual tissues
I think that displaying tissue loadings either as pressure or as percentages is not very intuitive but that it makes much more sense when translated to ceiling depths. This change enables just that for the 16 tissues in our calculated ceiling and visualizes this in the profile graph. There is a checkbox in the preferences to turn this on. If enabled, all tissues having non-trivial ceilings are also shown in the info box. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
77880b7a07
commit
344a429e48
9 changed files with 97 additions and 24 deletions
12
deco.h
Normal file
12
deco.h
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
#ifndef DECO_H
|
||||
#define DECO_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
extern double tolerated_by_tissue[];
|
||||
|
||||
extern double buehlmann_N2_t_halflife[];
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue