Planner: Implement ascend rate according to GUE standard procedures

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2014-04-26 17:29:40 +02:00 committed by Dirk Hohndel
parent 00e7ef2cf8
commit c3a3c1a1e7
3 changed files with 38 additions and 5 deletions

1
dive.h
View file

@ -915,6 +915,7 @@ extern depth_t string_to_depth(const char *str);
extern pressure_t string_to_pressure(const char *str);
extern volume_t string_to_volume(const char *str, pressure_t workp);
extern fraction_t string_to_fraction(const char *str);
extern int average_depth(struct diveplan *dive);
#include "pref.h"