mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Merge branch 'cns' into cns-merge
I foolishly changed visible_columns in both the (ill-named) cns branch and master... Signed-off-by: Dirk Hohndel <dirk@hohndel.org> Conflicts: divelist.c gtk-gui.c profile.c
This commit is contained in:
commit
91577f11b5
12 changed files with 188 additions and 315 deletions
4
dive.h
4
dive.h
|
|
@ -230,6 +230,8 @@ struct sample {
|
|||
duration_t ndl;
|
||||
duration_t stoptime;
|
||||
depth_t stopdepth;
|
||||
int cns;
|
||||
int po2;
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
@ -314,7 +316,7 @@ struct dive {
|
|||
cylinder_t cylinder[MAX_CYLINDERS];
|
||||
weightsystem_t weightsystem[MAX_WEIGHTSYSTEMS];
|
||||
char *suit;
|
||||
int sac, otu;
|
||||
int sac, otu, cns, maxcns;
|
||||
|
||||
/* Eventually we'll do multiple dive computers */
|
||||
struct divecomputer dc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue