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
|
@ -860,7 +860,7 @@ struct diveplan {
|
|||
short vpmb_conservatism;
|
||||
struct divedatapoint *dp;
|
||||
int eff_gflow, eff_gfhigh;
|
||||
bool repetitive;
|
||||
unsigned int surface_interval;
|
||||
};
|
||||
|
||||
struct divedatapoint *plan_add_segment(struct diveplan *diveplan, int duration, int depth, int cylinderid, int po2, bool entered);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue