mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Display surface interval in diveplan
...instead of just stating "repetitive dive". As requested by a user. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
72bcb6481f
commit
43599742a3
4 changed files with 21 additions and 15 deletions
|
|
@ -14,7 +14,7 @@ extern void update_cylinder_related_info(struct dive *);
|
|||
extern void mark_divelist_changed(int);
|
||||
extern int unsaved_changes(void);
|
||||
extern void remove_autogen_trips(void);
|
||||
extern bool init_decompression(struct dive *dive);
|
||||
extern unsigned int init_decompression(struct dive *dive);
|
||||
|
||||
/* divelist core logic functions */
|
||||
extern void process_dives(bool imported, bool prefer_imported);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue