[PATCH 2/6] Populate the plot info with tts information

Anton Lundin glance at acc.umu.se
Sun Dec 28 14:38:40 PST 2014


Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 profile.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/profile.c b/profile.c
index 6c47545..79de828 100644
--- a/profile.c
+++ b/profile.c
@@ -603,6 +603,7 @@ struct plot_data *populate_plot_entries(struct dive *dive, struct divecomputer *
 		entry->stopdepth = sample->stopdepth.mm;
 		entry->stoptime = sample->stoptime.seconds;
 		entry->ndl = sample->ndl.seconds;
+		entry->tts = sample->tts.seconds;
 		pi->has_ndl |= sample->ndl.seconds;
 		entry->in_deco = sample->in_deco;
 		entry->cns = sample->cns;
-- 
2.1.0



More information about the subsurface mailing list