From 437246d3ed280e2275fddc125f2f14005cc11dab Mon Sep 17 00:00:00 2001 From: Anton Lundin Date: Mon, 14 Oct 2013 23:48:43 +0200 Subject: Move sac-calculation to profile.c Signed-off-by: Anton Lundin Signed-off-by: Dirk Hohndel --- profile.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'profile.h') diff --git a/profile.h b/profile.h index 2329b2150..beb973ba8 100644 --- a/profile.h +++ b/profile.h @@ -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); -- cgit v1.2.3-70-g09d2