Planner: don't set cylinder start and end pressure when adding dive

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2014-07-04 11:40:02 -07:00
parent d4e3745370
commit cc86d68c86
4 changed files with 7 additions and 7 deletions

2
dive.h
View file

@ -741,7 +741,7 @@ extern bool no_weightsystems(weightsystem_t *ws);
extern bool weightsystems_equal(weightsystem_t *ws1, weightsystem_t *ws2);
extern void remove_cylinder(struct dive *dive, int idx);
extern void remove_weightsystem(struct dive *dive, int idx);
extern void reset_cylinders(struct dive *dive);
extern void reset_cylinders(struct dive *dive, bool track_gas);
/*
* String handling.