diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-08-28 23:59:58 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-08-29 06:49:44 -0700 |
commit | 2832141d2ca00c9ec502f6c4f7ecbb09a2095516 (patch) | |
tree | 999b8435ded4607999907fa4b96fa9071430b4a0 /core/dive.h | |
parent | e6545a7b0f262d9185a43054f945aa0bc068ac37 (diff) | |
download | subsurface-2832141d2ca00c9ec502f6c4f7ecbb09a2095516.tar.gz |
Compute variations of plans
Print out partial derivatives of stop times with respect to
variation of depth and duratin of last manual segment.
Signed-off-by: Robert C. Helling <helling@atdotde.de>
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 b3be9fa91..43464118f 100644 --- a/core/dive.h +++ b/core/dive.h @@ -913,6 +913,7 @@ bool plan(struct diveplan *diveplan, struct dive *dive, int timestep, struct dec void calc_crushing_pressure(double pressure); void vpmb_start_gradient(); void clear_vpmb_state(); +void printdecotable(struct decostop *table); void delete_single_dive(int idx); |