mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Show the gas with the pressure diagram
This is a feature that had been requested a few times in the past and when debugging my "show only used gases" commit I realized that this would have been extremely useful to have... Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
abb43f0f1d
commit
6f7467de7a
4 changed files with 32 additions and 6 deletions
|
|
@ -15,6 +15,7 @@ struct plot_info;
|
|||
struct plot_data {
|
||||
unsigned int in_deco:1;
|
||||
int cylinderindex;
|
||||
int o2, he;
|
||||
int sec;
|
||||
/* pressure[0] is sensor pressure
|
||||
* pressure[1] is interpolated pressure */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue