diff options
author | Anton Lundin <glance@acc.umu.se> | 2013-10-14 23:48:43 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-10-17 14:54:11 -0700 |
commit | 437246d3ed280e2275fddc125f2f14005cc11dab (patch) | |
tree | 221b4afa6334acc31af1a1cafd7e170687c0d3ef /profile.h | |
parent | 0bdf11b09406672853473132929fed1de1bcd492 (diff) | |
download | subsurface-437246d3ed280e2275fddc125f2f14005cc11dab.tar.gz |
Move sac-calculation to profile.c
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.h')
-rw-r--r-- | profile.h | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -28,6 +28,7 @@ struct plot_data { int stopdepth; int cns; int smoothed; + int sac; double po2, pn2, phe; double mod, ead, end, eadd; velocity_t velocity; @@ -63,8 +64,6 @@ int get_maxtime(struct plot_info *pi); * partial pressure graphs */ int get_maxdepth(struct plot_info *pi); -int get_local_sac(struct plot_data *entry1, struct plot_data *entry2, struct dive *dive); - void setup_pp_limits(struct graphics_context *gc); |