diff options
author | Robert C. Helling <helling@atdotde.de> | 2016-12-15 23:22:54 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-12-26 12:47:57 -0800 |
commit | c1ef59c540c69b136808e98a334302464e5ba162 (patch) | |
tree | c49e98d9e59ea27f04023fbe1fa09413e72fb459 /core/dive.h | |
parent | fb2ba72e429cd6c39b32eb87ee6c570149243ed5 (diff) | |
download | subsurface-c1ef59c540c69b136808e98a334302464e5ba162.tar.gz |
Indicate a repetitive dive in the diveplan
Fixes #1095
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/dive.h b/core/dive.h index 4a314dad5..aa6352db3 100644 --- a/core/dive.h +++ b/core/dive.h @@ -860,6 +860,7 @@ struct diveplan { short vpmb_conservatism; struct divedatapoint *dp; int eff_gflow, eff_gfhigh; + bool repetitive; }; struct divedatapoint *plan_add_segment(struct diveplan *diveplan, int duration, int depth, int cylinderid, int po2, bool entered); |