mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Include the cylinder information in a dive added with "Add Dive"
We only copied the samples, but not the related cylinder data. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f2035bcd79
commit
460aa4c1bd
3 changed files with 15 additions and 2 deletions
1
dive.h
1
dive.h
|
|
@ -653,6 +653,7 @@ extern unsigned int dc_airtemp(struct divecomputer *dc);
|
|||
extern struct dive *merge_dives(struct dive *a, struct dive *b, int offset, bool prefer_downloaded);
|
||||
extern struct dive *try_to_merge(struct dive *a, struct dive *b, bool prefer_downloaded);
|
||||
extern void renumber_dives(int nr);
|
||||
extern void copy_cylinders(struct dive *s, struct dive *d);
|
||||
extern void copy_samples(struct dive *s, struct dive *d);
|
||||
|
||||
extern void add_gas_switch_event(struct dive *dive, struct divecomputer *dc, int time, int idx);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue