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:
committed by
Subsurface
parent
72bcb6481f
commit
43599742a3
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user