diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-01-03 15:14:42 +0100 |
---|---|---|
committer | Subsurface <dirk@subsurface-divelog.org> | 2017-01-03 22:28:18 -0800 |
commit | 43599742a3ca3600196156d1be233ebd05c8dfb6 (patch) | |
tree | 278c3c19e80d5424a6c8093c572ab9fe8d712f55 /core/dive.h | |
parent | 72bcb6481f3b935444d7868a74599dda133f9b43 (diff) | |
download | subsurface-43599742a3ca3600196156d1be233ebd05c8dfb6.tar.gz |
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>
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/dive.h b/core/dive.h index aa6352db3..8798b22ff 100644 --- a/core/dive.h +++ b/core/dive.h @@ -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); |