From 596095389ba703341839e21cbbe1b438a50622d2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 23 Jun 2013 18:04:35 -0700 Subject: Start hooking in the deco calculations I expanded the DiveHandler to include the actual time / depth of each node on the graph - this way things will stay consistent if we need to rescale the graph. One thing that this makes obvious is that the whole design for the planner so far assumes metric data. We need to make sure this works well with feet instead of meters as well (and that it uses the information in the units settings). With this change we actually create a dive based on the plan input and add the deco stops (if needed) to it - but we don't do anything with the results of those calculations, yet. Signed-off-by: Dirk Hohndel --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 17f1dcd1a..1a4f60ace 100644 --- a/Makefile +++ b/Makefile @@ -63,6 +63,7 @@ SOURCES = \ info.c \ main.c \ parse-xml.c \ + planner.c \ profile.c \ save-xml.c \ sha1.c \ -- cgit v1.2.3-70-g09d2