diff options
author | Anton Lundin <glance@acc.umu.se> | 2014-12-28 23:38:40 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-12-28 20:19:13 -0800 |
commit | 78d782f3e9a30aa8080e4e8ffb90e1fc5aa8050d (patch) | |
tree | e3f85e3b989fccfc0190715555c402c53509eadf /profile.c | |
parent | 6abbe6f8be32758488e5f4b3146502bd6ef08513 (diff) | |
download | subsurface-78d782f3e9a30aa8080e4e8ffb90e1fc5aa8050d.tar.gz |
Populate the plot info with tts information
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.c')
-rw-r--r-- | profile.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |